2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-09 19:10:30 +00:00

BromiteWebView package: OxygenOS has WebViewStub

This commit is contained in:
Christopher Roy Bratusek 2019-01-04 20:54:09 +01:00
parent f84044d264
commit 9709d8d821

View File

@ -1029,7 +1029,7 @@ install_bromite_webview () {
x86_64 ) BROMITE_ARCH=x86 ;; x86_64 ) BROMITE_ARCH=x86 ;;
esac esac
for app in webview webviewstub Webview WebViewGoogle; do for app in webview webviewstub WebViewStub Webview WebViewGoogle; do
if [ -d /system/app/${app} ]; then if [ -d /system/app/${app} ]; then
if [ "${MODE}" = "SYSTEM" ]; then if [ "${MODE}" = "SYSTEM" ]; then
echo " backing up ${app} to /sdcard/nanodroid_backups/app/${app}" echo " backing up ${app} to /sdcard/nanodroid_backups/app/${app}"