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#1293

Refactor Fix ISE in IconPickerDialogFragment

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

AppOp Add OP_MANAGE_CREDENTIALS from Android 12

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

AppOp Throw ISE if _NUM_OP is greater than expected

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

AppInfo Catch SecurityException when enabling/disabling an app

A few Android frameworks seem to have a bug where Shell cannot change the
enable/disable state of an app.

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

AppInfo Add more app ops from Android 12

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

AppOps Filter out unsupported app operations based on Android version

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

Refactor Rethrow ISE as IOException thrown when it fails to read SSAID

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

Refactor Add android:exported attribute to components

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

Refactor Replace threads with ExecutorService

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

Refactor Cache and load images asynchronously

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

Move from RestrictionBypass to HiddenApiBypass

HiddenApiBypass library uses way less code to do what RestrictionBypass does,
plus it does not rely on any native codes.

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