diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 16:47:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-25 16:47:02 -0400 |
| commit | 03ffffeca75c07fad23e307b00039fe13f9ec8c5 (patch) | |
| tree | 4df0c8fe91c0430989329c6bd4337c081cffd12a | |
| parent | 8179c2eca72dc7284139b23550f6112ded96a25e (diff) | |
add info on split APK installers
| -rw-r--r-- | static/usage.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index b69042b2..5fc6d623 100644 --- a/static/usage.html +++ b/static/usage.html @@ -704,7 +704,9 @@ <p>Install com.google.android.gsf, then com.google.android.gms and finally use a split APK installer to install all 5 of the APKs for com.android.vending together. 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> + Store since it provides services used by apps depending on Play. You can obtain a + split APK installer app from either Aurora Store, F-Droid or the developers of the + app via their GitHub releases, etc.</p> <p>In the future, we'll have a client app for our repository so you'll be able to install and update the official Play services apps through that app and you won't |
