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

Interceptor Enable copy/paste

Supported data from the interceptor can be copied, persisted and pasted later.
Supported data includes primitives such as integer, long integer, floating
point number, string and their arrays. Other data types are not supported and
will be dropped when the intent is being flattened to string. The generated
output contains redundant but useful data such as matching activities and
result intent (if any) which are completely optional and is dropped when pasted
from the clipboard.

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

LogViewer Highlight items in “saved filters”

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

LogViewer Fix NPE if filename to be deleted is null
AM Debug v2.7.0 Run#1479

LogViewer Fix NPE if filename to be deleted is null

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

Docs Open docs website if webview is unavailable

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

Docs Open docs website if webview is unavailable

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

AppInfo Display “View in Settings” action if ADB/root unavailable

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

AppDetails Enable opening non-exported activities via interceptor

Similar to the exported activities, non-exported activities can also be opened
via interceptor by long clicking on an activity name with root. For an activity
with a permission not granted to App Manager, the activity will be opened with
root. Currently, it's not possible to display result for the activities
launched with root since the ActivityManagerCompat class has not been modified
to handle request code.

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

Interceptor Enable opening non-exported activities

Currently, it's not possible to display result for the activities launched with
root since the ActivityManagerCompat class has not been modified to handle
request code.

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

1ClickOps Add “trim caches from all apps” option

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