also check for Webview and WebViewGoogle when trying to get rid of stock WebView

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent bcfc216e11
commit 2a2e271640

@ -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

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

Loading…
Cancel
Save