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

Refactor Use IRemoteFile only when necessary

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

Export running apps and app usage pages

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

AppInfo Add new tag: Play App Signing

The apps having the Play App Signing markers are tagged “Pay App Signing”.
On clicking the tag, a dialog is displayed where the tag is explained. Since
this also indicates that the signing key is uploaded to Google servers i.e.
a cloud infrastructure, the tag is coloured red to warn the user of potential
danger in case of a breach in the cloud infrastructure. (Hacking incidents in
2019-21 proved that no cloud infrastructure is secure enough.)

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

AppInfo Fix infinite loading issue

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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, states, thread count,
SELinux context, commandline arguments and so on. For Android apps, it is also
possible to launch the App Details page by clicking on the “info” icon in the
top-right corner of the dialog.

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

RunningApps Fixed selection behaviour

Long clicking on an item enables selection as does a click on the icon of a
process. After the selection mode is enabled, click on an item selects the item
instead of displaying a dialog.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1🔥1
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>