MCPcopy Index your code
hub / github.com/MuntashirAkon/AppManager

github.com/MuntashirAkon/AppManager @v4.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v4.1.0 ↗ · + Follow
11,279 symbols 42,765 edges 960 files 1,334 documented · 12% updated 7d agov4.1.0 · 2026-06-29★ 8,438190 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

App Manager Logo

App Manager

Docs · Releases · Telegram Channel


Features

General features

  • Fully reproducible, copylefted libre software (GPLv3+)
  • Material 3 with dynamic colours
  • Display as much information as possible in the main page
  • List activities, broadcast receivers, services, providers, app ops, permissions, signatures, shared libraries, etc. of an application
  • Launch activities and services
  • Create shortcuts of activities
  • Intercept activities
  • Scan for trackers and libraries in apps and list (all or only) tracking classes (and their code dump)
  • View/save the manifest of an app
  • Display app usage, data usage (mobile and Wi-Fi), 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
  • Single-click operations
  • Logcat viewer, manager and exporter
  • Profiles
  • Debloater
  • Code editor
  • File manager
  • Simple terminal emulator
  • Open an app in Aurora Store or in your favourite F-Droid client
  • Sign APK files with custom signatures before installing
  • Backup encryption: OpenPGP via OpenKeychain, RSA, ECC (hybrid encryption with AES) and AES.
  • Track foreground UI components

Root/ADB-only features

  • Revoke runtime (AKA dangerous) and development permissions
  • Change the mode of an app op
  • Display/kill/force-stop running apps or processes
  • Clear app data or app cache
  • View/change net policy
  • Control battery optimization
  • Freeze/unfreeze apps

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.)
  • View system configurations including blacklisted or whitelisted apps, permissions, etc.
  • View/change SSAID.

…and many more! This single app combines the features of 5 or 6 apps any tech-savvy person needs!

Upcoming features

  • Finder: Find app components, permissions etc. in all apps
  • Basic APK editing
  • Routine operations
  • Enable/disable app actions such as launch on boot
  • Crash monitor
  • Systemless disabling/uninstalling of the system apps
  • Import app list exported by App Manager
  • More advance terminal emulator
  • Database viewer and editor, etc.

Get it on F-Droid

Translations

Help translate the app strings and the docs at Hosted Weblate.

Translation status

Mirrors

Codeberg · GitLab · Riseup · sourcehut

Screenshots

Build Instructions

See BUILDING.rst

Contributing

See CONTRIBUTING.rst

Donation and Funding

As of September 2024, App Manager is not accepting any financial support until further notice. But you may still be able to send gifts (e.g., gift cards, subscriptions, food and drink, flowers, or even cash). Please contact the maintainer at muntashirakon [at] riseup [dot] net for further assistance.

In addition, the maintainers and contributors of this project DO NOT consent to the creation, sale, or promotion of tokens, cryptocurrencies, NFTs, or any other financial instruments that claim to represent this project, its code, or its community. Any such attempts are unauthorized and not affiliated with this project in any way.

Credits and Libraries

A list of credits and libraries are available in the About section of the app.

Extension points exported contracts — how you extend this code

OnItemSelectedListener (Interface)
Listener for handling selection events on options. [7 implementers]
libcore/ui/src/main/java/io/github/muntashirakon/multiselection/MultiSelectionActionsView.java
TypedXmlSerializer (Interface)
Specialization of XmlSerializer which adds explicit methods to support consistent and efficient conversion of pr [4 implementers]
libcore/compat/src/main/java/io/github/muntashirakon/compat/xml/TypedXmlSerializer.java
Crypto (Interface)
(no doc) [6 implementers]
app/src/main/java/io/github/muntashirakon/AppManager/crypto/Crypto.java
IMountService (Interface)
@deprecated Replaced with IStorageManager in SDK 26 (Android O) [2 implementers]
hiddenapi/src/main/java/android/os/storage/IMountService.java
OnReceiveCallback (Interface)
The callback that executes when a new message is received [1 implementers]
libserver/src/main/java/io/github/muntashirakon/AppManager/server/common/DataTransmission.java
ProgressListener (Interface)
Listener that is called periodically as progress is made.
libcore/io/src/main/java/io/github/muntashirakon/io/IoUtils.java
OnBound (Interface)
(no doc) [2 implementers]
libopenpgp/src/main/java/org/openintents/openpgp/util/OpenPgpServiceConnection.java
LocalizedString (Interface)
(no doc) [44 implementers]
libcore/ui/src/main/java/io/github/muntashirakon/util/LocalizedString.java

Core symbols most depended-on inside this repo

append
called by 1442
libcore/compat/src/main/java/io/github/muntashirakon/compat/xml/FastXmlSerializer.java
put
called by 1146
libserver/src/main/java/io/github/muntashirakon/AppManager/server/common/ConfigParams.java
get
called by 947
app/src/main/java/io/github/muntashirakon/AppManager/db/dao/BackupDao.java
findViewById
called by 770
app/src/main/java/io/github/muntashirakon/AppManager/accessibility/BaseAccessibilityService.java
add
called by 666
app/src/main/java/io/github/muntashirakon/AppManager/runner/Runner.java
setText
called by 435
app/src/main/java/io/github/muntashirakon/AppManager/details/info/TagItem.java
setVisibility
called by 421
libcore/ui/src/main/java/io/github/muntashirakon/view/ProgressIndicatorCompat.java
getString
called by 400
app/src/main/java/io/github/muntashirakon/AppManager/utils/AppPref.java

Shape

Method 9,927
Class 1,198
Interface 142
Enum 7
Function 5

Languages

Java100%
Python1%

Modules by API surface

hiddenapi/src/main/java/android/content/pm/IPackageManager.java230 symbols
hiddenapi/src/main/java/android/app/IActivityManager.java142 symbols
app/src/main/java/io/github/muntashirakon/AppManager/settings/Prefs.java125 symbols
libcore/ui/src/main/java/io/github/muntashirakon/dialog/BottomSheetBehavior.java117 symbols
app/src/main/java/io/github/muntashirakon/io/fs/VirtualFileSystem.java110 symbols
app/src/main/java/io/github/muntashirakon/AppManager/intercept/ActivityInterceptor.java80 symbols
app/src/main/java/io/github/muntashirakon/AppManager/details/AppDetailsViewModel.java79 symbols
app/src/test/java/io/github/muntashirakon/io/PathTest.java77 symbols
app/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java76 symbols
app/src/main/java/io/github/muntashirakon/io/PathImpl.java75 symbols
app/src/main/java/io/github/muntashirakon/AppManager/main/ApplicationItem.java72 symbols
app/src/main/java/io/github/muntashirakon/AppManager/ssaid/SettingsStateV26.java70 symbols

For agents

$ claude mcp add AppManager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact