mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-24 21:35:29 +01:00
Add a Honor system app to list of invalid browsers (#1520)
Closes #1348. Specifically adds com.hihonor.android.internal.app to the list of invalid browsers. It's very similar to the existing entry for Huawei, so it stands to reason it is the same/similar problem as with Huawei's internal app.
This commit is contained in:
parent
8ea95cb27f
commit
3bd8d3ecb7
@ -64,6 +64,7 @@ object DeviceUtil {
|
|||||||
|
|
||||||
val invalidDefaultBrowsers = listOf(
|
val invalidDefaultBrowsers = listOf(
|
||||||
"android",
|
"android",
|
||||||
|
"com.hihonor.android.internal.app",
|
||||||
"com.huawei.android.internal.app",
|
"com.huawei.android.internal.app",
|
||||||
"com.zui.resolver",
|
"com.zui.resolver",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user