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 v3.1.0-alpha03 Run#2191

fastlane Prepare for v3.1.0-alpha03

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2192

Installer Initial support for uninstaller in no-root mode

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2
AM Debug v3.1.0-alpha03 Run#2193

Installer Fix various issues

- Support for installing the existing package without requiring a complete
re-installation. Requires root/ADB
- Fix installing app for all users when “all users” option is selected during
the installation
- Use PackageManager API instead of using the pm command to uninstall updates
of a system app
- Unregister the broadcast receiver after completing the uninstallation.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍32😱2
AM Debug v3.1.0-alpha03 Run#2194

BatchOps Enable uninstall operation in no-root mode

During the batch uninstallation in no-root mode, accessibility service is used
to automate clicking the “uninstall” button if it is enabled and the device is
supported by App Manager.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.1.0-alpha03 Run#2195

Refactor Fix various installer issues in no-root mode

- Fix uninstalling updates
- Fix freezing issues during re-installing an app as part of downgrade or
signature mismatch issues.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2196

Refactor Fix uninstalling user apps from work profile in no-root mode

Due to API limitations, the results will not be immediately communicated to App
Manager.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2197

Main Use install-existing method to install system apps

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2198

AppInfo Add option to install the app in another profile

A new menu item, namely “Install for…” is added in the three-dots menu which
allows a privileged user to quickly install the same app in another profile
without performing a complete installation.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2199

Installer Display ”confirm uninstallation” notification

If the uninstallation operation is running in the background and user interac-
tion is required, a confirmation notification shall be displayed just like dur-
ing the installation.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2200

Refactor Prevent a crash on trying to update the database

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