AndroidShell
AndroidShell copied to clipboard
adb pm grant <package_name> <permission_name> IS WRONG?
On my device the following command will be working ("shell" added):
adb shell pm grant <package_name> <permission_name>