mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Add Infinix system app to list of invalid browsers
`com.transsion.resolver` being picked by the system as a suitable browser caused a Mihon user with an Infinix device to be unable to open any links in browsers, including tracker login and opening a WebView page in a real browser.
This commit is contained in:
parent
0bf55a8ca0
commit
2208a81013
2 changed files with 6 additions and 0 deletions
|
@ -67,9 +67,14 @@ object DeviceUtil {
|
|||
|
||||
val invalidDefaultBrowsers = listOf(
|
||||
"android",
|
||||
// Honor
|
||||
"com.hihonor.android.internal.app",
|
||||
// Huawei
|
||||
"com.huawei.android.internal.app",
|
||||
// Lenovo
|
||||
"com.zui.resolver",
|
||||
// Infinix
|
||||
"com.transsion.resolver",
|
||||
)
|
||||
|
||||
@SuppressLint("PrivateApi")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue