diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-05 22:43:46 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-05 22:43:46 -0400 |
| commit | 6aac0242282b48bd38d3acc20da369f6d66d4c18 (patch) | |
| tree | 8eb32279c68661d42a15fc48fa38283824f562c3 /static | |
| parent | c9dbcca1ab3927a08ddfb8d8bc85e711c641007c (diff) | |
add documentation on initializing Play
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index 30c9a0bc..ead5322f 100644 --- a/static/usage.html +++ b/static/usage.html @@ -712,6 +712,10 @@ features like push notifications to work properly in the background. It isn't needed for the other 2 apps.</p> + <p>After installing the apps, you should open the Play Store and press sign in. + You don't actually need to sign in, but triggering the process will initialize the + apps similarly to going through Google's setup wizard process.</p> + <p>The Play Store app cannot install and update apps as it normally would since it depends entirely on privileged permissions for unattended app installation, updates and removal. GrapheneOS includes a partial implementation of fallback code |
