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#1651 RunningApps Display process details It is possible to view the details of a process in a popup dialog by clicking on it. As always, everything in the dialog is selectable. The new dialog displays memory and CPU usage along with priority…
Note that this is a work in progress. In the future, it will contain separate tabs for CPU, Memory (memory maps too if root is present) and IO (latter is only for the rooted users) along with summary tab that is being displayed at present.
AM Debug v2.7.0 Run#1653

RunningApps Add option to scan processes with VirusTotal

Malware are often run persistently on the background by malicious apps without
any knowledge of the user. In order to make it easier for the user inspect a
suspicious app or process.

Currently, the results are only displayed via toast messages which will be
improved at a later time.

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

RunningApps Display memory and swap info

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Forgive me for the ugly UI. I am in a hurry!
I will not be available in the next few weeks (provided the govt. does not impose new lockdown measures). So, goodbye for now.
6👍2
AM Debug v2.7.0 Run#1656

RunningApps Improve UX of memory and swap usage

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2
App Manager | DEBUG
Forgive me for the ugly UI. I am in a hurry!
I couldn’t stand this ugly UI, so I’ve fixed it before going to bed today 😅. I will still remain unavailable for sometime.
👍6🔥1🎉1
AM Debug v2.7.0 Run#1657

AppDetails Fix many permission issues in the uses permissions tab

1. Disable toggle button for system-fixed permissions.
2. Update permission flags (based on the AOSP source).
3. Change the app ops associated with the permissions.
4. Display permissions that aren't available in the system but present in the
app manifest
5. Report proper permission “grant” or “revoke” status.
6. Fix localization issues
7. Fix granting the wrong permission due to RecyclerView recycling the existing
views.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Before updating to the next version, you have to clear app data and restart the device. So, take backups of the rules using the previous versions if necessary.
🔥2
AM Debug v2.7.0 Run#1658

Refactor Fix restoring app permissions

1. Fix restoring app permissions while applying rules or restoring backups.
2. Fix storing rules inside App Manager.
3. Reduce the number of privileged executions to improve load time.

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

Refactor Reuse old ProxyFile

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v2.7.0 Run#1658 Refactor Fix restoring app permissions 1. Fix restoring app permissions while applying rules or restoring backups. 2. Fix storing rules inside App Manager. 3. Reduce the number of privileged executions to improve load time. Signed…
Note that App Manager still does not support background permissions, mostly present in Android 11 or later. So, certain permissions such as *_LOCATION, MANAGE_EXTERNAL_STORAGE will not function as expected.