Increase dex scan size to prevent false positive
This commit is contained in:
@@ -353,7 +353,7 @@ class PerAppProxyActivity : AbstractActivity() {
|
|||||||
) {
|
) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if (packageEntry.size > 10000000) {
|
if (packageEntry.size > 15000000) {
|
||||||
foundChinaApps.add(packageName)
|
foundChinaApps.add(packageName)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user