mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Don't use default Lenovo "browser" handler
This commit is contained in:
parent
a37be747e9
commit
21bc0f1952
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@ object DeviceUtil {
|
|||
Build.MANUFACTURER.equals("samsung", ignoreCase = true)
|
||||
}
|
||||
|
||||
val invalidDefaultBrowsers = listOf("android", "com.huawei.android.internal.app")
|
||||
val invalidDefaultBrowsers = listOf(
|
||||
"android",
|
||||
"com.huawei.android.internal.app",
|
||||
"com.zui.resolver",
|
||||
)
|
||||
|
||||
@SuppressLint("PrivateApi")
|
||||
private fun getSystemProperty(key: String?): String? {
|
||||
|
|
Loading…
Reference in a new issue