I already know that google rejected this dump permission, except for system applications from version 4.1 and later.
But still, I can provide this dump permission using the following command for debugged applications.
:
adb shell pm grant "com.packageName" android.permission.DUMP
But I canβt do the same for applications downloaded from the play store,
:
adb shell pm grant "com.playStoreApp" android.permission.DUMP
mistake:
Operation not allowed: java.lang.SecurityException: Package com.playStoreApp did not request android.permission.DUMP permission
Are there any hacks or work to grant permissions for applications in the play store?
Thanks in advance.
android shell permissions adb dumpsys
Rubanraj ravichandran
source share