MuntashirAkon / MuntashirAkon/AppManager
Force revoke a normal permission
- Dominant language
- Java
- Stars
- 9k
- Forks
- 518
- PR merge metrics
- No merged PRs in 30d
Description
- [x] I am using the latest version of App Manager
- [x] I have searched the issues and haven't found anything relevant
- [x] I have read the docs
**Describe the solution you'd like**
While you can control plenty of permission using Appops. But there are permissions you cannot control using Appops like [android.permission.INTERNET]
but according to this [post](https://android.stackexchange.com/a/217522) you can control other permissions using the file [runtime-permissions.xml]
the file path in android 6 to 9 is
`/data/system/users//runtime-permissions.xml`
but in android 12
`/data/misc_de/0/apexdata/com.android.permission/runtime-permissions.xml`
For example, you can change
```
```
```
```
And android support parsing XML files. And I know I can edit the file manually, but the XML file has too many lines and the copy and paste after the edit is a hassle and a chore for me. I would appreciate it very much if this app will **automate** that process from me.
Contributor guide
Assessment
This issue has not been assessed yet.