-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Scanner report for today's update reads:
! repo/com.app.openlib_2008.apk declares sensitive permission(s): android.permission.READ_MEDIA_IMAGES android.permission.READ_MEDIA_AUDIO android.permission.MANAGE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE
I guess READ_EXTERNAL_STORAGE is for eading downloaded material (as WRITE_EXTERNAL_STORAGE is to save eBooks; together with MANAGE_EXTERNAL_STORAGE on Android 11+). Can you confirm this?
What I however do not understand (at least going by the app description) is what media access (images and audio) is needed for. A clarification would be much appreciated!
As for DEPENDENCY_INFO_BLOCK: this can probably be avoided easily via some gradle settings:
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
