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:
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…
Reference in New Issue
Block a user