diff options
| -rw-r--r-- | static/usage.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index 5d2475b3..60ba1b1a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -702,10 +702,6 @@ is also provided to support dynamically downloaded/loaded modules (dynamite modules).</p> - <p>You should install all 3 apps including the Play Store rather than only Play - services or there will be missing functionality. Play Store is not simply a user - facing app.</p> - <p>You can obtain the apps from the apps.grapheneos.org repository. We don't yet have a client app for our repository so you'll need to install the APKs manually. The Play Store APK has multiple split APKs which need to be installed together @@ -714,7 +710,9 @@ to install these and receive automatic updates through the app.</p> <p>Install com.google.android.gsf, then com.google.android.gms and finally - com.android.vending via a split APK installer.</p> + com.android.vending via a split APK installer. Make sure to install all 3 in the + correct order and don't skip installing the Play Store since it provides services + used by apps depending on Play.</p> <ul> <li><a href="https://apps.grapheneos.org/packages/com.google.android.gsf/">com.google.android.gsf</a></li> |
