System modification settings

Hello @mihacker41 ,

You aren’t going to be able to enable your app to write the system settings without declaring the android.permission.WRITE_SETTINGS permission in your app’s manifest, you can either decompile your app to add the permission as explained here, or ask the extension developer that your using his / her extension to declare the write settings permission in their extension…

2 Likes