Is it possible using adb via root to grant the permission of PACKAGE_USAGE_STATS?
Using adb shell pm grant [PACKAGE_NAME] android.permission.PACKAGE_USAGE_STATS worked for me on several devices. Make sure you added the following to the AndroidManifest : I was also able to use root to grant the...