diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-18 23:38:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-18 23:39:24 -0400 |
| commit | 28446b8e3b6df790be0f6cd7add325e9be504d33 (patch) | |
| tree | 795582ddb92203b58550ba54790f65c6e1ae9be5 /static | |
| parent | b1245526c92bf2f08c8771655162d7d5c0f58e1a (diff) | |
details on adevtool improvements
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 44839715..f67f4f79 100644 --- a/static/releases.html +++ b/static/releases.html @@ -675,9 +675,10 @@ <ul> <li>disable screenshot sound when touch sounds are disabled</li> + <li>adevtool: add support for converting privileged apps to unprivileged apps</li> <li>adevtool: include PixelNfc app on all supported Pixels to enable support for FeliCa on Japanese Pixel models</li> <li>adevtool: convert PixelNfc app into an unprivileged app since it doesn't need any privileged APIs</li> - <li>adevtool: improve implementation</li> + <li>adevtool: implementation quality improvements</li> <li>Settings: remove missing display resolution animation</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-39">version 39</a></li> </ul> |
