Releases: Over17/UnityAndroidPermissions
Releases · Over17/UnityAndroidPermissions
Android M crash fix
Support for Android 8
- Fixed issues with Android Oreo (IllegalStateException)
Use delegates instead of inheritance
- Moved the plugin code to utilize delegates instead of having to override the callback methods
- Added sample script
- Big thanks to @Briksins for his contribution
Manifest overriding no longer needed
- There's no more need to override the main manifest - the plugin's manifest contains the necessary SkipPermissionsDialog metadata flag
Initial version
0.1 Initial commit