2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

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.
This commit is contained in:
Christopher Roy Bratusek 2018-09-02 15:23:04 +02:00
parent 1cefe82912
commit d0feddae7c
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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