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

Bromite System WebView replace list: add WebViewGoogle

This commit is contained in:
Christopher Roy Bratusek 2020-04-01 17:42:44 +02:00
parent e1a661cda2
commit 81e00736f7

View File

@ -1209,7 +1209,7 @@ install_bromite_webview () {
WEBVIEW_DIR=""
BACKUP_PATH="${STORAGE}/nanodroid_backups/$(grep_prop ro.build.flavor)_$(grep_prop ro.build.id)"
for app in webview webviewstub WebViewStub Webview; do
for app in webview webviewstub WebViewStub Webview WebViewGoogle; do
if [ -d /system/app/${app} ]; then
if [ "${MODE}" = "SYSTEM" ]; then
echo " backing up ${app} to ${BACKUP_PATH}/app/${app}"