From 2a2e27164064b6aea80eb78788aba8096cd6d02d Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Wed, 28 Nov 2018 21:23:14 +0100 Subject: [PATCH] also check for Webview and WebViewGoogle when trying to get rid of stock WebView --- ChangeLog.md | 3 +++ CommonInstaller | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0db00da..5947d59 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -47,6 +47,9 @@ * add Apple location backend optionally @Vavun * add Aurora Store optionally @Vavun +* Bromite WebView package + * also check for Webview and WebViewGoogle when trying to get rid of stock WebView + * OsmAnd package * new package including OsmAnd+ (OpenStreetMap) and the Contour Lines plugin * thanks to @Vavun for most of the work diff --git a/CommonInstaller b/CommonInstaller index dcc5cf1..df97691 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -973,7 +973,7 @@ install_bromite_webview () { x86_64 ) BROMITE_ARCH=x86 ;; esac - for app in webview webviewstub; do + for app in webview webviewstub Webview WebViewGoogle; do if [ -d /system/app/${app} ]; then if [ "${MODE}" = "SYSTEM" ]; then echo " backing up ${app} to /sdcard/nanodroid_backups/app/${app}"