AM Debug v3.2.0-alpha01 Run#2416
Refactor Kill an app after granting/revoking a permission only if there's enough permission
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Kill an app after granting/revoking a permission only if there's enough permission
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2418
Interceptor Use privileged method to start an activity when needed
There are two situations:
1. When the user is different from the current user
2. When root option is explicitly selected.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Interceptor Use privileged method to start an activity when needed
There are two situations:
1. When the user is different from the current user
2. When root option is explicitly selected.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍6
AM Debug v3.2.0-alpha01 Run#2419
Refactor Remove PermissionUtils
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Remove PermissionUtils
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2420
AppDetails Fix logic for launching a service
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppDetails Fix logic for launching a service
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2421
Usage Fetch subscriber IDs using hidden API
Subscriber IDs are required to fetch mobile data usage in some devices.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Usage Fetch subscriber IDs using hidden API
Subscriber IDs are required to fetch mobile data usage in some devices.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2422
Usage Improve fetching data usage
- Use privileged alternative in Android 6 and later. However, even this cannot
return data usage for other users in root mode as the logic only includes the
system UID.
- Fetch data usage for all apps in Android 5 and 5.1.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Usage Improve fetching data usage
- Use privileged alternative in Android 6 and later. However, even this cannot
return data usage for other users in root mode as the logic only includes the
system UID.
- Fetch data usage for all apps in Android 5 and 5.1.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2423
Usage Fetch usage stats and package size info only when the feature is enabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Usage Fetch usage stats and package size info only when the feature is enabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2424
Refactor Improve code convention
- Use AOSP-style Java formatting e.g. m- and s-prefixes for private non-static
static fields respectively
- Remove dependencies on Application context.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Improve code convention
- Use AOSP-style Java formatting e.g. m- and s-prefixes for private non-static
static fields respectively
- Remove dependencies on Application context.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2425
Installer Fix setting installer package in Android < 9
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Fix setting installer package in Android < 9
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤1
AM Debug v3.2.0-alpha01 Run#2426
Refactor Rename AdbShell to PrivilegedShell to support both ADB and system shells
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Rename AdbShell to PrivilegedShell to support both ADB and system shells
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
A lot has been changed since v3.1.x and even more are coming. So, I decided to skip v3.2.0 and move directly to v4.0.0. First alpha version should be available at the beginning of the next month.
🔥6😱2❤1