AppManager
AppManager copied to clipboard
A full-featured package manager and viewer for Android
Allowing restoring unencrypted backups by default allows an attacker familiar with the internals of App Manager to install malware quite efficiently. Consider the following situation: 1. User has at least...
- [✓] I know what my device, OS and App Manager versions are - [ ] I know how to take logs - [✓] I know how to reproduce the...
Adding links to the relevant docs file in the overflow menu (as help) will help users find relevant documentation easily. Since we have Russian and English translations for the docs,...
closest app: https://github.com/fedefernandez/MyAppList (also available in F-Droid archive) Main functions: 1. export list of the installed apps; 2. automatic export on app install/remove event; 3. view the saved export list...
`pm grant ...` doesn't allow granting permission that is not available in the app manifest. But for root users, it's possible to add such permissions by other means. This answer...
After I've added a `systemless` tag for apps installed systemless-ly using Magisk, I've thought of adding a Magisk module to allow systemless installation of apps and solve various problems people...
Android 11 introduced [v4 signature scheme](https://source.android.com/security/apksigning/v4) where `.apk.idsig` file is needed for the additional verification of the APK file (how this signature is stored isn't documented but it can be...
_Related issue #61._ App Manager should periodically check for the app ops configured within AM for an app and make sure that they are consistent.
AM should be show and make toggllable app actions(written in app manifest with action tag). https://developer.android.com/reference/android/content/Intent This feature already implemented in 3C App Manager. 