No description
  • Java 79.7%
  • Erlang 19.4%
  • PHP 0.5%
  • C++ 0.2%
  • Shell 0.1%
Find a file
Muntashir Al-Islam 3e7ea8b404 Fix always setting system fonts
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2025-12-08 14:18:39 -08:00
.github [CI] Run keep-five.sh after setting up username and email 2025-07-04 15:34:10 -07:00
.run [Docs] Update documentation 2024-10-15 23:18:21 -07:00
app Fix always setting system fonts 2025-12-08 14:18:39 -08:00
arts [FM] Implement settings for files 2023-07-13 08:53:01 +06:00
docs Update dependencies 2025-08-25 13:54:38 -07:00
fastlane/metadata/android [fastlane] Prepare for v4.0.5 2025-07-27 16:35:43 -07:00
gradle/wrapper Update dependencies 2025-08-25 13:54:38 -07:00
hiddenapi Add compat library for ConnectivityManager to apply eBPF blocking 2025-11-24 11:21:25 -08:00
libcore refactor: improve accessibility in various places 2025-10-17 15:01:29 -07:00
libopenpgp Update dependencies 2024-12-21 04:04:33 -08:00
libs Add a script to update all libraries at once 2022-08-06 16:40:06 +06:00
libserver Update dependencies 2024-12-21 04:04:33 -08:00
LICENSES Update licenses, add contributing and building pages 2021-05-17 18:22:46 +06:00
schema Add DTDs used in App Manager in schema directory 2023-04-27 10:55:08 +06:00
scripts Fix renaming APK file in the build script 2025-07-27 17:48:44 -07:00
server Update dependencies 2024-12-21 04:04:33 -08:00
.gitignore [IPC] Initial server-client implementation using Binder 2020-12-21 07:12:50 +06:00
.gitmodules [Debloater] Add android-debloat-list submodule 2023-07-10 12:56:32 +06:00
build.gradle Update JADX Android to 1.4.7 2023-04-27 16:58:26 +06:00
BUILDING.rst Update feature listings, contacts, and metadata 2025-02-10 02:30:01 -08:00
CONTRIBUTING.rst Update feature listings, contacts, and metadata 2025-02-10 02:30:01 -08:00
COPYING Update licenses, add contributing and building pages 2021-05-17 18:22:46 +06:00
gradle.properties [Refactor] Migrate BuildConfig to Gradle build files 2024-04-18 14:12:58 +06:00
gradlew Update dependencies 2025-08-25 13:54:38 -07:00
gradlew.bat Update dependencies 2025-08-25 13:54:38 -07:00
PRIVACY_POLICY.rst Update PRIVACY_POLICY.rst 2024-12-05 12:10:50 -08:00
README.md [fastlane] Prepare for v4.0.5 2025-07-27 16:35:43 -07:00
settings.gradle [Refactor] Remove libapkparser 2023-04-26 15:26:08 +06:00
versions.gradle Update dependencies 2025-08-25 13:54:38 -07:00

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.