Releases · yasirkula/UnityAndroidRuntimePermissions
v1.3.0
- BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see yasirkula/UnityNativeGallery#343)
- Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
v1.2.2
Fixed rare "No such proxy method" error for native callback functions
v1.2.1
Potential fix for IllegalStateException on Android (closed #15)
v1.2.0
- BREAKING CHANGE: CheckPermission now returns bool because Permission was unreliable when the permission was modified via Settings
- Added async variants of RequestPermission functions that don't freeze the app unnecessarily
- Fixed RequestPermission sometimes not working when the permission was reset via Settings (#14)
v1.1.6
v1.1.5
Embedded proguard.txt file to AAR library which should get rid of Cla…
v1.1.4
v1.1.3
Bugfix for a potential IllegalArgumentException when asking for permi…