Add download manager to skip prefix list
This commit is contained in:
committed by
GitHub
parent
eb2e13a6f9
commit
c6f48f5e35
@@ -635,6 +635,7 @@ class PerAppProxyActivity : AbstractActivity<ActivityPerAppProxyBinding>() {
|
||||
"com.microsoft",
|
||||
"com.apple",
|
||||
"com.zhiliaoapp.musically", // Banned by China
|
||||
"com.android.providers.downloads",
|
||||
)
|
||||
|
||||
private val chinaAppPrefixList = listOf(
|
||||
@@ -778,4 +779,4 @@ class PerAppProxyActivity : AbstractActivity<ActivityPerAppProxyBinding>() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user