diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-18 14:00:59 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-18 14:00:59 -0400 |
| commit | 84548a2f38eb2c2c8f0f041fd1461fc9d32fdc03 (patch) | |
| tree | cf118ab91ce554289dc962f6e202901ac35012d8 | |
| parent | 4ad6e9ed6f28fca62da0641c9183af711729f9b1 (diff) | |
have people install Play apps in correct order
| -rw-r--r-- | static/usage.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/usage.html b/static/usage.html index 717d40a4..9d056c5f 100644 --- a/static/usage.html +++ b/static/usage.html @@ -708,10 +708,13 @@ support for unattended upgrades of API 29+ apps by the app responsible for the initial installation if it supports the feature.</p> + <p>Install com.google.android.gsf, then com.google.android.gms and finally + com.android.vending via a split APK installer.</p> + <ul> - <li><a href="https://apps.grapheneos.org/packages/com.android.vending/">com.android.vending</a></li> - <li><a href="https://apps.grapheneos.org/packages/com.google.android.gms/">com.google.android.gms</a></li> <li><a href="https://apps.grapheneos.org/packages/com.google.android.gsf/">com.google.android.gsf</a></li> + <li><a href="https://apps.grapheneos.org/packages/com.google.android.gms/">com.google.android.gms</a></li> + <li><a href="https://apps.grapheneos.org/packages/com.android.vending/">com.android.vending</a></li> </ul> <p>Secondary user support has not yet been implemented so this currently won't |
