diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-22 09:16:52 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-22 09:16:52 -0500 |
| commit | ebaabff458f1cf5cfd44fbfd3bf69067ae22d2b9 (patch) | |
| tree | 8619c974aed29a22a6b5a2f0412c5946ab3207c0 | |
| parent | a79a41bb77006050649775e9b039c3a0b5163dc8 (diff) | |
simplify Play Store compatibility layer wording
| -rw-r--r-- | static/usage.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/static/usage.html b/static/usage.html index 3c0408c7..d429413a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -808,13 +808,11 @@ modules). The compatibility layer will be gradually expanded and improved in order to get more of the Play services functionality working.</p> - <p>The Play Store app is designed to use privileged permissions for unattended app - installation, updates and removal which isn't possible on GrapheneOS since it's - not a privileged app. GrapheneOS provides a dedicated compatibility layer for Play - Store app installation/updates/removal teaching it to use the standard - unprivileged approach. It prompts the user to permit it as an app source and then - prompts for the initial app install/update or removal. It will use Android 12's - support for unattended updates when possible which means it can do unattended + <p>GrapheneOS provides a dedicated compatibility layer for Play Store app + installation/updates/removal teaching it to use the standard unprivileged approach + available to sandboxed apps. It prompts the user to permit it as an app source and + then prompts for the initial app install/update or removal. It will use Android + 12's support for unattended updates when possible which means it can do unattended updates of modern (API 29+) apps where it was the installer for the currently installed version already.</p> |
