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
App Manager | DEBUG
AM Debug v2.7.0 Run#1677 Refactor Fix startup issues related to authentication On startup or starting any activities, App Manager has to ensure the following: 1. If security is enabled, App Manager prompts for a security check. At present, this only works…
Changes not mentioned in the commit message:
1. Added support for Android Emulators (which use a different IP address)
2. If ADB is configured to run as root, App Manager will try to use root over ADB. But this may not always work. If it works, you will get a warning like this as a toast message: Warning: Working on root instead of ADB mode.
🔥32👍1
AM Debug v2.7.0 Run#1678

Refactor Remove ParcelableSpan from ListSpan

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

DenyList Implement Magisk DenyList

Magisk DenyList implementation is identical to the MagiskHide in App Manager,
but they work independently. That is, if both MagiskHide and Magisk DenyList is
present, both will be displayed in the three-dots menu in the App Info tab.

For back up/restore, if MagiskHide is not present, MagiskHide rules will be
applied as Magisk DenyList rule in order to preserve compatibility. Magisk
DenyList are also stored during backup as a separate configuration, and are
applied separately as required during the restore process.

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

Refactor Fix typo in the activity name which caused crashes at startup

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

Settings Display inferred mode of operation

In the “mode of operation” setting, the inferred mode of operation i.e. the
mode of operation App Manager is actually using is displayed along with the
user-selected mode of operation.

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

AppInfo Fix NPE due the unavailability of a MenuItem

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

Interceptor Fix various issues (mostly NPEs) reported via E-Mail

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥21👍1
AM Debug v2.7.0 Run#1684

Refactor Fix various issues reported via E-Mail

- NPEs in the App Info tab and 1-Click Ops page
- Inconsistencies in the RecyclerView/ListViews
- Material colours in bottom sheet dialogs and app usage page
- Chip shapes

And throw RuntimeExceptions to pin-point device-specific issues.

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

Interceptor Add support for resolving and opening activities via root for the given user

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1🔥1
App Manager | DEBUG
AM Debug v2.7.0 Run#1685 Interceptor Add support for resolving and opening activities via root for the given user Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Note that this cannot send the results back to the original/calling app right now. Use it only when you do not need to send results back to the calling app (most of cases, you do not actually need to send results).
🔥1
AM Debug v2.7.0 Run#1686

Refactor Add temporary workaround for issues related to restoring backups

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