Skip to content

Questions on permissions #56

@IzzySoft

Description

@IzzySoft

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?

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions