Hello,
Welcome to our Microsoft Q&A platform!
As stated by user passsy in the stackoverflow question provided by Brian, android.permission.WRITE_SETTINGS
has a android:protectionLevel
of "signature", which makes the permission unavailable for use in user applications since API level 23.
See https://developer.android.com/guide/topics/manifest/permission-element#plevel for the description of protection levels for permissions.
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.