CommonInstaller: on fresh installations, also get rid of possible user-installed version of Play Services

- this was supressed due the fact that NanoDroid wasn't self-aware
wether it was updated or not, but since 17.5 we have the internal
NANODROID_UPGRADE envvar, thus this is save and only effects GApps.
merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 1cefe82912
commit d0feddae7c

@ -9,6 +9,7 @@
* regression from 17.9
* remove `GoogleExtServices` from GApps removal list, as it is required for ROMs using `GooglePackageManager`
* remove `GooglePartnerSetup` from GApps removal list, as some ROMs require it
* on fresh installations, also get rid of possible user-installed version of Play Services
CommonInstaller, Uninstaller, Patcher
* add busybox build by osm0sis (used during installation only)

@ -45,7 +45,11 @@ com.google.android.youtube
com.mgoogle.android.gms
com.qualcomm.location
org.microg.nlp
org.microg.unifiednlp"
org.microg.unifiednlp
com.android.vending
com.google.android.gms
com.google.android.gsf
org.microg.gms.droidguard"
##########################################################################################
# Misc. Functions

Loading…
Cancel
Save