Add a Honor system app to list of invalid browsers (mihonapp/mihon#1520)
Closes mihonapp/mihon#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. (cherry picked from commit 3bd8d3ecb7023d1b01930ab0f91482c23e89c946)
This commit is contained in:
parent
a8c587829c
commit
af34b13fe3
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ object DeviceUtil {
|
|||
|
||||
val invalidDefaultBrowsers = listOf(
|
||||
"android",
|
||||
"com.hihonor.android.internal.app",
|
||||
"com.huawei.android.internal.app",
|
||||
"com.zui.resolver",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue