WRITE_SECURE_SETTINGS permission error even when added in Manifest

I would like to add that WRITE_SECURE_SETTINGS permission can be granted over adb and this approach does NOT require root. Here is a command:

adb shell pm grant your.package.name android.permission.WRITE_SECURE_SETTINGS

Leave a Comment