Releases: ltrudu/CriticalPermissionsHelper
Releases · ltrudu/CriticalPermissionsHelper
Added a mechanism to select AccessMgr version depending on the permission request for maximum compatibility
Fixed method names to avoid collisions
1.15.2 Merge branch 'master' of https://github.com/ltrudu/CriticalPermission…
Added missing element for ACCESSIBILITY_SERVICE
For ACCESSIBILITY_SERVICE you need to specify the ApplicationClassName.
Use the new GrantPermission method with signature:
public static void grantPermission(Context context, EPermissionType permissionType, String applicationClassName, IResultCallbacks callbacksInterface)
Added ACCESSIBILITY_SERVICE
Added Accessibility Service Updated version to reflect mx target version: 1.15.0 Updated Readme.md
Added ACCESS_RXLOGGER, SCHEDULE_EXACT_ALARM, WRITE_SETTINGS permissions.
Added ACCESS_RXLOGGER, SCHEDULE_EXACT_ALARM, WRITE_SETTINGS permissions.
Updated to gradle 8.12
Maintenance Release : EMDK Timout change
Changed EMDK timeout from 20s to 60s for BOOT_COMPLETED use case.
Drop an issue if it is not enough, I'll change the architecture to make it configurable.
Update Target SDK
Update target SDK to API 34