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.0.0-rc02 Run#1828

Refactor Fix clearing caches in Android 7.1 and earlier in ADB mode

Due to the lack of a permission namely android.permission.CLEAR_APP_CACHE,
Shell was unable to clear caches via the PackageManager#freeStorageAndNotify
method. As a workaround, this is handled in the following way:
1. android.permission.CLEAR_APP_CACHE permission used to be a normal permission
in Android Lollipop. Hence, the permission is declared in App Manager's
AndroidManifest.xml and the operation is carried out without root.
2. In Android Marshmallow and Nougat, the only way to handle this is to list
all the applications and then clear the cache of each app individually.

Thanks: Tech DoctorUK
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1829

Backup Fix creating symbolic links

- Apply filters for symbolic links.
- Skip restoring lib folder if it's a symbolic link, because if this link is
manually recreated, the system no longer works.
- Support restoring symbolic links pointing to any directory inside /data/app.

Thanks: Pooka Mustard
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1830

Update dependencies: AndroidX Appcompat and splashscreen

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0-rc02 Run#1831

Refactor Fix changing application locale

- Fixed changing application locale when it is changed in Android settings
- Detect and change locale on starting an activity, and restart the activity if
required even when it is located in the same stack
- Reapply locale instead of recreating the activity in HelpActivity

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1832

Main Display disclaimer only once in a session

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1833

AppInfo Fix displaying wrong external storage directory for other users

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0-rc02 Run#1835

Refactor Encapsulate most Path constructors

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥3
[PR] AM Debug v3.0.0-rc02 Run#1834

[Main] Add support for market://search?q=<query>

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
😱3
AM Debug v3.0.0-rc02 Run#1836

AppInfo Reduce vertical padding of the action buttons

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1837

Docs Update German translations

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