AM Debug v3.2.0-alpha01 Run#2413
Installer Add option to perform DEX optimisation immediately after installing an app
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Add option to perform DEX optimisation immediately after installing an app
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2414
Setting Fix saving backup option: Cache
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Setting Fix saving backup option: Cache
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2415
Backup Reveal backup extras and rules in no-root mode
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Backup Reveal backup extras and rules in no-root mode
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
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