mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
bromite: don't allow overriding WebViewGoogle
This commit is contained in:
parent
3b59c39f45
commit
09dcd1c30a
@ -26,10 +26,6 @@
|
||||
* the `column` util will always be installed (required by `nanodroid-overlay`)
|
||||
* setup variable `nanodroid_play` has a new value `30` which will install both Play Store and Aurora Store
|
||||
|
||||
* Bromite WebView Package
|
||||
* add `WebViewGoogle` to known WebView packages
|
||||
* leave a message that overriding might fail
|
||||
|
||||
* Full Package
|
||||
* switch from `Oandbackup` to `OAndBackupX`
|
||||
|
||||
|
@ -1296,13 +1296,7 @@ install_bromite_webview () {
|
||||
WEBVIEW_DIR=""
|
||||
BACKUP_PATH="${STORAGE}/nanodroid_backups/$(grep_prop ro.build.flavor)_$(grep_prop ro.build.id)"
|
||||
|
||||
if [ -d /system/app/WebViewGoogle -o -d /system/producat/app/WebViewGoogle ]; then
|
||||
ui_print " ++ Google WebView [WebViewGoogle] found."
|
||||
ui_print " ++ overriding with Bromite WebView might fail."
|
||||
echo " XXX WebViewGoogle (blergh)"
|
||||
fi
|
||||
|
||||
for app in webview webviewstub WebViewStub Webview WebViewGoogle; do
|
||||
for app in webview webviewstub WebViewStub Webview; do
|
||||
if [ -d /system/app/${app} ]; then
|
||||
if [ "${MODE}" = "SYSTEM" ]; then
|
||||
echo " backing up ${app} to ${BACKUP_PATH}/app/${app}"
|
||||
|
Loading…
Reference in New Issue
Block a user