Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppManager_v4.0.5.apk | 2025-07-28 | 27.0 MB | |
AppManager_v4.0.5.apks | 2025-07-28 | 23.5 MB | |
App Manager v4.0.5 Stable source code.tar.gz | 2025-07-28 | 38.1 MB | |
App Manager v4.0.5 Stable source code.zip | 2025-07-28 | 39.3 MB | |
README.md | 2025-07-28 | 2.5 kB | |
Totals: 5 Items | 127.9 MB | 38 |
- App Manager releases are now reproducible!
- AM Debug builds are also available at https://github.com/MuntashirAkon/AMInsecureDebugBuilds
1-Click ops - Enabled "Clear data from uninstalled apps" to no-root users The option was altered to uninstall the apps a second time instead of attempting to clear data which was faulty. Therefore, it should work with any modes of operation.
App info - Open "Open by default" setting in the "Open links" dialog If App Manager does not have enough permission to manage domains or links, the "Open links" dialog has a button that directs the user to Android Settings. If the application has the "Open by default" page, clicking on the button will open that page instead of the "App info" page (which is still used as a fallback method). - Fixed freezing an app with "Remember for this app" turned on.
App ops - Fixed setting app ops in custom ROMs with MIUI properties injected.
Debloater - Display unsafe bloatware info - Sort by app label (or app name) rather than package name.
Installer
- Added option to allow installing the existing applications
Existing application is one whose APK files are still available in the system, either because it's a system application or an user application installed for another user. It can be installed for the current user by providing a URI to the installer that has the following format:package:package-name
App Manager inherently does not check for permissions when such requests are directly made to its installer. Therefore, it will attempt to install the requested package directly and fail if there are not enough permissions.
Install requests are also allowed to be mixed together. Therefore, a third-party application can combine different URIs (e.g., file, content, package) with the SEND_MULTIPLE
action.
Log viewer - Activated "Omit sensitive info" option by default for new users.
Profile - Fixed updating profile modification status when an application is deleted from the list.
Terminal - Handled common colors and cursor movements.
Others - Display vector icon on the splash screen in Android 7.1 and earlier - Enabled predictive back in Android 14 onwards - Improved accessibility by updating the content description of the action items - Fixed selecting texts in the list items due to framework bugs.
Full Changelog: https://github.com/MuntashirAkon/AppManager/compare/v4.0.4...v4.0.5