Why can’t system modification settings be enabled?
Did you get this permission?
android.permission.WRITE_SETTINGS
yes, but can’t system modification settings be enabled
Edit by Mod: you are not allowed to post direct extension if is not yours…
Try this extension…
already i use this
not working without permission
New phone or old phone??? Sometime new phone won’t support. Let me check it in my oppo neo7
all phone…
No solution?
I made a one solution i.e if max brightness in not there app will notify to allow. If it is in max brightness app will continue to work. I shall show you the block wait… and it is working in all of my phone models but no permission i used
It is working in all apps. No problem with the phone. The main app is not working on it. I want to know the reason why this app does not work.
I mean this settings only working.
yes…
Maybe you have to add permission in manifest using atom Developer extension
i didn’t understand , What is that?
check your permission
already done
So this will check the brightness particular period of time and even if user reduces brightness automatically it will increase… And if increased automatically it will reduce it…
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…