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

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

This commit is contained in:
Christopher Roy Bratusek 2018-11-28 21:23:14 +01:00
parent bcfc216e11
commit 2a2e271640
2 changed files with 4 additions and 1 deletions

View File

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

View File

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