mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Require WebView v95+
This commit is contained in:
parent
87ae86e1be
commit
382852d0bd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import logcat.LogPriority
|
||||||
object WebViewUtil {
|
object WebViewUtil {
|
||||||
const val REQUESTED_WITH = "com.android.browser"
|
const val REQUESTED_WITH = "com.android.browser"
|
||||||
|
|
||||||
const val MINIMUM_WEBVIEW_VERSION = 88
|
const val MINIMUM_WEBVIEW_VERSION = 95
|
||||||
|
|
||||||
fun supportsWebView(context: Context): Boolean {
|
fun supportsWebView(context: Context): Boolean {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue