I'm using dumpsys in my boot script, but it errors because it needs android.permission.DUMP. However, I can't grant this permission because os.tools.scriptmanager doesn't request that permission! I get an "Operation not allowed: java.lang.SecurityException" error in adb shell when trying to add the permission. HELP!
My script needs android.permission.DUMP
Summary:
I'm using dumpsys in my boot script, but it errors because it needs android.permission.DUMP. However, I can't grant this permission because os.tools.scriptmanager doesn't request that permission! HELP!