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-alpha01 Run#2111

IPC Fallback to ADB if root mode is not supported

If App Manager cannot connect using root, root itself is used to start ADB
over TCP and connect to it. This is also useful for certain rooting solutions
which do not support Binder transactions.

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

AppInfo Enable launching activity and settings in work profile in no-root mode

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

Refactor Fix crash if no backup is selected but restore is clicked

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

Scanner Fix scanning dex files due to regression error

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

AppDetails Fix displaying profile and user in multi-user mode

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

AppInfo Add freeze/unfreeze toggle shortcut 1/2

Long clicking on the freeze or unfreeze buttons in the App Info tab opens a
dialog where how the shortcut shall work apart from freeze/unfreeze can be con-
figured. If a shortcut already exists, the existing shortcut shall be updated.
It offers the following options:
1. Open application after unfreezing it
2. Open application (requires 1 to be enabled) but without an entry in Recents
3. Refreeze the application when the screen goes off.

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

AppInfo Fix “Store” string

“Store” is meant as a shorthand for Aurora Store to reduce the size of the but-
ton, not something like magasin/shop.

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

Update gradle dependencies

- Gradle to 7.6
- AGP to 7.4.2-beta02
- Replaced a few deprecated items with alternatives.

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

AppInfo Add freeze/unfreeze toggle shortcut 2/2

Long clicking on the freeze or unfreeze buttons in the App Info tab opens a
dialog where how the shortcut shall work apart from freeze/unfreeze can be con-
figured. If a shortcut already exists, the existing shortcut shall be updated.
It offers the following options:
1. Open application after unfreezing it
2. Open application (requires 1 to be enabled) but without an entry in Recents
3. Refreeze the application when the phone is locked.

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

Refactor Fix converting Smali to Java

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