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}"