mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 04:17:37 +03:00
Increase dex scan size to prevent false positive
This commit is contained in:
parent
fe0b3fdce3
commit
fa8fa60c3c
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class PerAppProxyActivity : AbstractActivity() {
|
|||
) {
|
||||
continue
|
||||
}
|
||||
if (packageEntry.size > 10000000) {
|
||||
if (packageEntry.size > 15000000) {
|
||||
foundChinaApps.add(packageName)
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue