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 v4.0.5 Run#3034

FM Add option to view, generate, and verify file checksums from properties

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2👍2
AM Debug v4.0.5 Run#3035

Usage Fix retrieving data usage in root mode

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v4.0.5 Run#3036

1ClickOps Avoid optimizing App Manager itself to avoid crashing

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍31
AM Debug v4.0.5 Run#3037

Main Add support for filter-based profiles

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1👍1
App Manager | DEBUG
AM Debug v4.0.5 Run#3037 Main Add support for filter-based profiles Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
It's now technically possible to have any form of filters you want. Just create a filter profile with your filters listed and apply it in the page.
👍4🎉1
AM Debug v4.0.5 Run#3038

BatchOps Enable "Uninstall" option for apps uninstalled without clearing data

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
3🔥1
AM Debug v4.0.5 Run#3039

Usage Ignore usage events with empty package names

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v4.0.5 Run#3040

Accessibility Ignore Resources.NotFoundException

In some custom ROMs (e.g., Huawei), the AOSP-default string names are not used
which causes the app to crash as it attempts to get the value of those strings.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.5 Run#3041

Usage Check for phone type before trying to retrieve subscriber IDs

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.5 Run#3042

Refactor ProxyBinder throws ServiceNotFoundException instead of RuntimeException

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.5 Run#3043

Refactor Add support for advanced copy and pasting

If the size of the text being copied exceeds 1 MB, it is stored in a temporary
file and the file URI is copied instead of the text itself. During pasting, the
supplied text/URI or any other type of data is coerced to text value.

This required some nasty workarounds for Sora Editor which does not inherently
support such copy and pasting.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4🔥2🎉1