Update WebView requester package name

https://github.com/tachiyomiorg/tachiyomi/issues/6781#issuecomment-1086665483
(cherry picked from commit 668d962233)
This commit is contained in:
arkon
2022-04-02 12:04:09 -04:00
committed by Jobobby04
parent 989119af17
commit 3648ef4397
@@ -9,7 +9,7 @@ import android.webkit.WebView
import logcat.LogPriority
object WebViewUtil {
const val SPOOF_PACKAGE_NAME = "com.android.chrome"
const val SPOOF_PACKAGE_NAME = "org.chromium.chrome"
const val MINIMUM_WEBVIEW_VERSION = 95