Skip to content

Commit

Permalink
Add a Honor system app to list of invalid browsers (#1520)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MajorTanya authored Nov 27, 2024
1 parent 8ea95cb commit 3bd8d3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ object DeviceUtil {

val invalidDefaultBrowsers = listOf(
"android",
"com.hihonor.android.internal.app",
"com.huawei.android.internal.app",
"com.zui.resolver",
)
Expand Down

0 comments on commit 3bd8d3e

Please sign in to comment.