App Manager v3.2.0-alpha01
Requirements: 5.0 and up
Overview: A full-featured open source package manager for android. App Manager began by merging the features of App_packages Info (formerly Application Info), ClassyShark3xodus, Activity Launcher and Watt into a single app with material design and dark mode to give a modern look and feel.
App Manager began by merging the features of App_packages Info (formerly Application Info), ClassyShark3xodus,
Activity Launcher and Watt into a single app with material design and dark mode to give a modern look and feel.
Features
General features
โ Fully reproducible, copylefted libre software (GPLv3+)
โ Material design (but not material colours!)
โ No unnecessary permissions
โ Does not connect to the Internet
โ Displays as much info as possible in the main page
โ Lists activities, broadcast receivers, services, providers, permissions, signatures, shared libraries, etc. of any app
โ Launch (exportable) activities and services
โ Create (customizable) shortcuts of activities
โ Intercept activities
โ Scan for trackers and libraries in apps and list (all or only) tracking classes (and their code dump)
โ View the manifest of an app
โ Display your app usage, data usage, and app storage info (requires โUsage Accessโ permission)
โ Install/uninstall APK files (including APKS, APKM and XAPK with OBB files)
โ Share APK files
โ Back up/restore APK files
โ Batch operations
โ One-click operations
โ Logcat viewer
โ Profiles (including presets for quick debloating)
โ View app usage along with mobile and wifi data usage
โ Open app in Aurora Store or in your F-Droid client
โ Sign APK files before installing them
โ Backup encryption: OpenPGP via OpenKeychain, RSA (hybrid encryption with AES) and AES.
Root/ADB-only features
โ Revoke permissions considered dangerous by Android
โ Deny or ignore app ops
โ Display/kill/force-stop running processes/apps
โ Clear app data or app cache
Root-only features
โ Block any activities, broadcast receivers, services, or providers of an app with native import/export as well as Watt and Blocker import support
โ View/edit/delete shared preferences of any app
โ Back up/restore apps with data, rules and extras (such as permissions, battery optimization, SSAID, etc.)
โ System configuration, blacklisted or whitelisted apps
โ View/change SSAID, net policy, battery optimization
โฆand many more! This single app combines the features of 5 or 6 apps any tech-savvy person needs!
โ
Untouched apk with Original Hash Signature
โ
No changes were applied
โ
Certificate MD5 digest: f759632b4cf3a7a8b4f3014dc7349e42
โก Languages: Full Multi Languages
โก CPU architectures: arm64-v8a, armeabi-v7a, x86, x86_64
โก Screen DPIs: 120dpi, 160dpi, 240dpi, 320dpi, 480dpi, 640dpi
What’s New:ย
New logo for App Manager!
ย ย Added a dedicated page for debloating the phone
ย ย Debloating profiles were available as โPresetsโ in the Profiles page which has now been replaced with the Debloater page which can be accessed from the three-dots menu in the Main page.
ย ย The list is taken from UAD project and kept intact for now.
ย ย Colour codes for the list:
ย ย – Dark cyan: The app is safe to remove. It does not necessarily mean that the app should be removed as it is always up to the preferences of the user
ย ย – Sand colour: The app is safe to remove, but removing it might break one or more features
ย ย – Orange: The app may or may not be safe to remove
ย ย – Red: The app is not safe to remove. It is not clear as to why these apps are listed in the UAD list.
ย ย Batch operations:
ย ย – Uninstallation
ย ย – Enable/disable
ย ย – Save APK
ย ย – Create new profile
ย ย – Add to profile.
ย ย In addition to the typical search option, there are several filtering options available in this page:
ย ย 1. Categories: AOSP, OEM, Carrier/ISP, Google, Miscellany and Pending
ย ย 2. Types: Safe (i.e. safe to remove), Replace (i.e. should be replaced with alternatives), Caution (i.e. generally safe to remove but no guarantees), Unsafe (may cause bootloop)
ย ย 3. Other: User apps, System apps (mutually exclusive), Installed apps and Uninstalled apps (mutually exclusive).
ย ย Integrated code editor within App Manager
ย ย Manifest viewer, code viewer, etc. have been replaced with this new editor.
ย ย Among other regular features, the editor includes proper syntax highlighting, advanced searching options.
ย ย Added options for runtime optimization in Android 7 or later
ย ย This option is available for all apps in the 1-click ops page and individual app in the three-dots menu in the app info tab.
ย ย Features:
ย ย – Set Compile filters such as speed-profile or everything-profile
ย ย – Compile layout resources
ย ย – Immediate optimization of DEX, i.e. somewhat similar to pm force-dex-opt
ย ย [Main page] Replaced log viewer, sys config, Termux, etc. with Labs
ย ย Labs is a new page where various handy tools are listed. They include Sys Config, Log Viewer, Terminal (experimental), File Manager (experimental), UI Tracker, Interceptor and Code Editor.
ย ย [Backup/restore] Enable experimental support for Zstandard (ZSTD) compression
ย ย This option should only be used for testing purposes.
ย ย [App Info tab] New tag: Open links
ย ย โOpen linksโ is displayed for apps capable of opening links from the verified domains without any user intervention. This feature, added in Android 12, has raised privacy as well as usability concerns, because it promotes tracking and reduce user’s freedom of choice. Therefore, in active state, that is, when the app is able to open the links directly, this tag will have a โredโ background (otherwise, it will have a โgreenโ background).
ย ย On clicking the tag, a list of supported domains will be displayed in a dialog (although not all domains can be opened by default). If the user has enough permissions, an option to enable/disable the behaviour will be displayed. Otherwise, an option to open the app details page in the Android Settings app will be displayed.
ย ย [App Info tab] New tag: Static shared library
ย ย The tag is displayed for static shared libraries, that is, the apps with static-library tag in their manifest files, requires root or ADB. Clicking on the tag displays a dialog with a list of libraries installed under the same package name, and offer the user to uninstall the selected libraries.
ย ย [Installer] Added the option to align APK files before signing
ย ย When APK signing is enabled, enabling this option will ensure that the contents of the APK are aligned properly before the APK is signed. Since it doesn’t modify the contents of the APK, the option is enabled by default.
ย ย [1-Click Ops page] Added option to uninstall apps that were previously uninstalled without clearing data.
1-Click Ops
ย ย Replace โBlock componentsโฆโ with โBlock/unblock componentsโฆโ
ย ย From now on, components can also be unblocked using the option.
App Info tab
ย ย Split APKs are no longer displayed in โPaths & Directoriesโ section
ย ย Split APK info are already displayed in the corresponding tags above this section. There is no reason to display them again in this section.
App Ops
ย ย Prevented crashes in Samsung devices running Android 6.0.1
Code Viewer
ย ย Enabled Smali to Java conversion feature in Android Nougat and earlier
Explorer page
ย ย Fixed opening files with external editor/viewer
Freeze/unfreeze
ย ย Prevented the app from crashing if a shortcut icon is immutable
Installer
ย ย Fixed displaying re-installation prompt for apps that were uninstalled without clearing data
Interceptor page
ย ย Prevented crashes if the shortcut icon is invalid
Main page
ย ย Display static libraries in privileged mode
ย ย Static libraries such as Trichrome Library are only visible to system, shell, root and the apps which depend on it. Using privileged mode, it is possible to list them in the Main as well as perform typical operations on them.
ย ย For non-rooted users, these libraries are only visible in the โShared Libsโ tab (in App Details page) of the apps that depend on them.
ย ย Display a prompt to fully uninstall apps that were uninstalled without clearing data
ย ย Prevented crashes when the installer feature is disabled
Profile page
ย ย Fixed a crash due to lifecycle issue
Settings page
ย ย Renamed โLayout orientationโ to โLayout directionโ
Others
ย ย Improved security of the shortcuts created within App Manager
ย ย Earlier, opening the shortcuts of exportable activities did not require any authentication. From now on, authentication is required for opening any new shortcuts.
ย ย Fixed parsing the manifest of some apps
ย ย Fixed opening certain shortcuts in Android 13
ย ย Fixed various security issues related to JADX
This app has no advertisements
More Info:
https://github.com/MuntashirAkon/AppManager
Download Instructions: