drop YouTube from list of applications to get rid as part of GApps removal

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 0b06d13502
commit 9cbc6d4c7a

@ -1,5 +1,12 @@
# ChangeLog
## 19.2 in-dev
### General Changes
* CommonInstaller, CommonAddon
* drop YouTube from list of applications to get rid as part of GApps removal
## 19.1.1.20181103 "Bonaventure Refit"
### Bug Fixes

@ -46,8 +46,7 @@ PrebuiltGmsCore
UnifiedNlp
Velvet
Vending
WhisperPush
YouTube"
WhisperPush"
GOOGLE_DATA="com.amap.android.location
com.baidu.location

@ -33,8 +33,7 @@ PrebuiltGmsCore
UnifiedNlp
Velvet
Vending
WhisperPush
YouTube"
WhisperPush"
GOOGLE_DATA="com.amap.android.location
com.baidu.location

@ -31,7 +31,6 @@ The following GApps are removed during installation:
* Velvet
* Vending
* WhisperPush
* YouTube
If the installation of NanoDroid is not an upgrade from a previous version, the following **data** will also be cleared:

@ -32,8 +32,7 @@ PrebuiltGmsCore
UnifiedNlp
Velvet
Vending
WhisperPush
YouTube"
WhisperPush"
detect_bootmode () {
ps | grep zygote | grep -qv grep && BOOTMODE=true || BOOTMODE=false

Loading…
Cancel
Save