App Manager

View, install, export, and manage all apps on your Android device. Supports drag-and-drop installation of APK, XAPK, and AAB files.

App Manager

Overview

App List

Browse all installed apps with search filtering and type filters (User / System / All).

Drag-and-Drop Install

Drop APK, XAPK, or AAB files to install directly. Multi-file sequential install supported.

Package Details

View version info, permissions, activities, and launch specific activities.

App Operations

Launch, stop, enable/disable, export APK, clear data, and uninstall.

Toolbar

App manager toolbar with search and filters
ControlDescription
SearchFilter apps by package name (case-insensitive substring match)
Type FilterAll / User (default) / System — re-fetches the package list when changed
RefreshRe-fetch the full package list from the device

App List

Each app row shows:

  • App avatar — Colored square with the first letter of the app label
  • Name & package — App label (bold) and full package name (monospace)
  • Typesystem or user
  • Stateenabled or disabled

App Actions

Each app row has the following action buttons:

ActionDescription
LaunchForce-stop then launch the app
LogcatJump to the Logcat view filtered by this package
Force StopForce-stop the running app
Enable / DisableToggle the app's enabled state
App SettingsOpen the Android Settings detail page for this app on the device
Export APKPull the APK from the device and save locally
App InfoOpen the detailed info modal (see below)
More → Clear DataClear the app's data and cache (with confirmation)
More → UninstallRemove the app from the device (with confirmation)

App Info Modal

App info modal with permissions

The detail modal shows comprehensive package information:

Summary Bar

  • Version — Version name and code (e.g., "2.4.1 (241)")
  • SDK — Minimum and target SDK versions (e.g., "Min 24 / Target 34")

Permissions Tab

Lists all declared permissions with a search filter. The android.permission. prefix is stripped for readability. Shows the total count in the tab label.

Activities Tab

App info activities tab with launch buttons

Lists all activities, sorted with launchable activities first. Each activity name is shown in monospace font. Launchable activities have a Launch button to start that specific activity directly.

Drag-and-Drop Installation

Drag package files from your computer onto the app list area to install them.

Supported Formats

FormatDescriptionInstall Method
.apkStandard Android packageadb install -r
.xapkMulti-APK ZIP (split APKs + OBB)adb install-multiple
.aabAndroid App Bundlebundletool (must be installed)
Tip: Multiple package files can be dropped at once — they are installed sequentially. Non-matching file types show a warning.
AAB files require bundletool to be installed on your system. If bundletool is not found, a friendly error message is displayed.

More Features