From 9709d8d82127197283abe0529919cac6fd8391b1 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 4 Jan 2019 20:54:09 +0100 Subject: [PATCH] BromiteWebView package: OxygenOS has WebViewStub --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 8dd2053..affda6b 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1029,7 +1029,7 @@ install_bromite_webview () { x86_64 ) BROMITE_ARCH=x86 ;; 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 [ "${MODE}" = "SYSTEM" ]; then echo " backing up ${app} to /sdcard/nanodroid_backups/app/${app}"