App Manager | DEBUG – Telegram
App Manager | DEBUG
2.11K subscribers
104 photos
2 videos
2.33K files
1.79K links
Read policies here before downloading: https://github.com/MuntashirAkon/AMInsecureDebugBuilds

RELEASE channel: @AppManagerChannel
Download Telegram
AM Debug v2.7.0 Run#1496

RunningApps Display running apps for shared UID and PID

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1498

Main Enable “running apps” filter in no-root mode

Currently, “running apps” filter only works in root/ADB mode. This commit
adds “running apps” filter in no-root mode by utilising
android.permission.DUMP to fetch running applications.

Signed-off-by: Vu Hoan Huy <vuhoanhuy99@gmail.com>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1499

Refactor Fetch running apps/services directly when required

In no-root mode, if android.permission.DUMP is not granted, App Manager will
use the ActivityManager to fetch running processes and services. For Android
Lollipop, this will return all running processes and services, and for Android
M and later, this will only return the processes and services under the UID
where App Manager is running (currently, this means that it will list App
Manager only).

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1500

LogView Fix record log widget

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1501

Refactor Update HiddenApiRefinePlugin to 3.0.3

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1502

Installer Various fixes

1. Fixed installation completion notification skipped in some cases
2. Display installation progress dialog. The dialog can be hidden by clicking
on the “background” button. When “background” is selected, both “confirm
installation” and “installation completed” dialogs will be displayed in
notifications. This button is unavailable on Android TV (Oreo or later)
since notifications are disabled for third-party apps.
3. Improved “loading” dialog to replicate AOSP behaviour.
4. Fixed PackageInstallerActivity from closing abruptly when a non-root user
clicks on the “install” button in the confirmation dialog but one or more
APK files still need processing.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Note that due to certain limitations on my end, fixes in the installer haven’t been tested properly. So, some issues might arise. If that’s the case, be sure to report them to me.
AM Debug v2.7.0 Run#1503

Refactor Fix compatibility issue in TelephonyManager

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1504

Settings Add option to block trackers during app installation

The tracking components are blocked automatically after the installation is
completed if all the conditions below are matched:
1. “Block trackers” preference under Settings > Installer is turned on
2. Root is available/turned on
3. The app is being installed via App Manager's installer.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1505

Installer Fix opening installed app

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1506

AppDetails Fix frequent instant-exit on opening large APK files

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>