diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-12 11:36:10 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-12 11:36:10 -0400 |
| commit | b346ae480d182e2690c17bbb8a11d793c69bbb20 (patch) | |
| tree | 8aaa9555b6423711e0f2865aec378c1d56bc9b25 /static | |
| parent | 670bb5de7ed4b79d8748e280899a45bf730afeef (diff) | |
simplify sandboxed Play instructions
Diffstat (limited to 'static')
| -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> |
