-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
My scanner just got a few additional features in January, and now on today's update reported:
! repo/com.truemlgpro.wifiinfo_1610.apk declares flag(s): usesCleartextTraffic
! repo/com.truemlgpro.wifiinfo_1610.apk declares sensitive permission(s):
android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_BACKGROUND_LOCATION
Some of that I think I was able to cover (please check if it's correct), but why is background location needed?
PS: If you wonder about the DEPENDENCY_INFO_BLOCK
, that's easy to get rid of:
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}
For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains.
Metadata
Metadata
Assignees
Labels
No labels