App Manager | DEBUG
1.44K subscribers
101 photos
2 videos
2.05K files
1.51K links
Download Telegram
AM Debug v4.0.0-beta01 Run#2744

AppDetails Fix applying IFW method in the components tabs

Fixed applying IFW rules if the previous rules were “IFW+Disable” or “Disable”

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2745

Install Incorporate the latest features

- Properly handle the originating URI extra supplied by third-party apps via
Intent.EXTRA_ORIGINATING_URI
- Set originating package in Android 7 and later. The originating package is
automatically determined from the Intent sent from the third-party apps.
Proper security measures have been taken to ensure no spoofing is done.
- In Android 13 onwards, package source is set to PACKAGE_SOURCE_OTHER by
default to prevent the system from applying various accessibility restrictions
to the app. However, PACKAGE_SOURCE_STORE is set by default if the originating
package is one of the supported app stores. At present, the supported app
stores are: Aurora Store, Droid-ify, F-Droid, F-Droid Basic, F-Droid Classic
and Neo Store. It is up to the developers to ensure that they send the APK
installation requests in a proper way, that is, by utilizing features such as
startActivityForResult whenever possible.
- In Android 12 onwards, if an app is being installed in the foreground, App
Manager will try to accelerate the installation process by delaying various
post-installation tasks carried out by the installer.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2746

Refactor Remove locale change listener from PackageChangeReceiver

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2747

Refactor Synchronize cached services in ProxyBinder

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
My country is not doing well. At least six students dead and thousands injured today as the police and the leading political party opened fire on the student protesters in addition to beating them with sticks, knives, and various other tools. As a result, I cannot focus on anything else right now. So, I’ll take a few days off.
Internet wasn't available these five days throughout the country.
Way too slow network (it's like GPRS). Can't push anything to GitHub. I'll start pushing once the network becomes stable.
AM Debug v4.0.0-beta01 Run#2750

Docs Update instructions for Oxygen OS

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2751

Scanner Include package name in missing signatures email body

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2752

Add tests for CsvWriter

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2753

Main Fix classifying system apps

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v4.0.0-beta01 Run#2754

AppInfo Fix displaying past data usage of an updated app

If an updated app used the Internet in the past, but the Internet permission was
removed through an update, the past data usage were not reported.

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