-
-
Notifications
You must be signed in to change notification settings - Fork 77
FAQ
Permission Pilot is a permission browser/viewer, not a permission manager. It shows which apps request which permissions and provides shortcuts to Android's system settings for each app.
No — Android does not allow third-party apps to modify permissions. The app links to the system settings screen where you can toggle permissions yourself. This is an Android platform limitation, not a missing feature.
Permission Pilot shows ALL permissions declared in an app's manifest (what the app could request). Android Settings only shows runtime permissions that have been explicitly granted or denied. Many permissions (like INTERNET) are "normal" permissions — granted automatically at install, never shown in Settings.
Some permissions have no corresponding toggle in Android's settings. These are typically "normal" permissions or internal system permissions. Permission Pilot can show them but there's nothing to link to in the system UI.
The app name may appear localized (translated) on your device — e.g. "Permission Pilot" might show as "Права" depending on your device language. The app itself does not change its name; this is standard Android localization behavior.