Migrate WebViewActivity to Compose

This commit is contained in:
arkon
2022-04-24 10:22:22 -04:00
parent 6e95fde4ec
commit 558b18899c
10 changed files with 291 additions and 258 deletions

View File

@@ -11,7 +11,7 @@ import logcat.LogPriority
object WebViewUtil {
const val SPOOF_PACKAGE_NAME = "org.chromium.chrome"
const val MINIMUM_WEBVIEW_VERSION = 95
const val MINIMUM_WEBVIEW_VERSION = 98
fun supportsWebView(context: Context): Boolean {
try {