AppID: | com.mirfatif.permissionmanagerx |
Author: | Irfan Latif |
License: | AGPL-3.0-or-later |
Donation: | Webpage Bitcoin |
InRepoSince: | 2020-11-08 |
LastRepoUpdate: | 2024-09-01 |
LastAppUpdate: | 2024-08-29 |
LastVersion: | v1.27 |
Categories: | System |
APK source: | Github |
Google Play: | Check if it's there |
Using eXtended Permission Manager, for each installed app, on single screen, you can:
Manifest permissions are those normally called permissions e.g. Storage, Camera etc. AppOps (app operations) is a robust framework Android uses at back end for access control. With every Android release manifest permissions are becoming more dependent on AppOps. So it's fun to control both simultaneously and see how they relate to each other.
In short, AppOps provide a fine-grained control over many of the manifest permissions. Plus it provides additional controls like background execution, vibration, clipboard access etc. Just install the app to explore it yourself.
When you reinstall an app, or change your device, or upgrade your ROM, it's a time-taking process to review all installed apps for granted permissions and revoke the unnecessary ones (after all privacy matters). PMX provides you the solution. Set reference states of permissions, which can be quickly backed up and restored, and colored bars at left make it quite easy to review packages and permissions at a glance.
Confused? We are here to explain. Please start with:
Paid version (available as Play Store and Pro flavors) offers extra features including Permission Watcher, Scheduled Checks, Permission View and Batch Operations / Profiles.
Beta builds are released in Telegram channel.
Guide: https://mirfatif.github.io/PermissionManagerX/help
WhatsNew:
- Fixed a crash due to internal API changes in Android 14
- Updated translations
- Minor fixes and improvements