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.6.0 Run#1161

[Settings] Add option to disable “log viewer” feature
AM Debug v2.6.0 Run#1162

[Locale] Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/
AM Debug v2.6.0 Run#1163

[Locale] Update translation for Chinese (Traditional)

Currently translated at 86.6% (782 of 903 strings)

Translation: App Manager/Main
Translate-URL:
https://hosted.weblate.org/projects/app-manager/main/zh_Hant/
AM Debug v2.6.0 Run#1164

[backup] Implement “backup apps with changes”

List packages that has the following changes:
1. Version code change (installed app has higher version code)
2. Last update date (higher than the backup time)
3. Last activity time (higher than the backup time)
4. Fails checksum verification
5. Fails hash checks

This operation currently performs a full backup as opposed to a delta backup which will be introduced later on.
AM Debug v2.6.0 Run#1165

[backup] Add BACKUP_EXCLUDE_CACHE to the default flags for compatibility
AM Debug v2.6.0 Run#1166

[Locale] Merge branch 'origin/master' into Weblate.
AM Debug v2.6.0 Run#1167

[Usage] Add compatibility support for mobile data usage

Fetching mobile data usage on old version of Android requires the subscriber IDs. To fetch them, android.permission.READ_PHONE_STATE permission is required. However, this permission is kept as optional meaning the mobile data usage won't be displayed for them if the permission isn't granted.
AM Debug v2.6.0 Run#1168

[Locale] Update translation for Norwegian Bokmål

Currently translated at 100.0% (6 of 6 strings)

Translation: App Manager/Disclaimer
Translate-URL:
https://hosted.weblate.org/projects/app-manager/disclaimer/nb_NO/
AM Debug v2.6.0 Run#1169

[AppInfo] Add a SAF tag for apps that use Storage Access Framework

Currently, information about the Storage Access Framework can only be retrieved using root. Hence, “SAF” tag is only visible to root users. Clicking on this tag displays a list of URIs that are granted for the app.
AM Debug v2.6.0 Run#1170

[backup] Backup URI grants only for the given user
AM Debug v2.6.0 Run#1171

[Rules] Remove primary key requirement of entry name

For some entries, name is left empty (as STUB). Since the name had to be primary key, it meant that only one entry could be added to the list, which was wrong. For components, permissions, app ops and notification listeners, the names are continued to be unique.