Skip to content

Commit 7c366b3

Browse files
committed
Updated the documentation for 0.2 release
1 parent 9301355 commit 7c366b3

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
Version 0.1 (2016-07-04)
1+
Version 0.2 (2017-07-07)
2+
3+
* There's no more need to override the main manifest - the plugin's manifest contains the necessary SkipPermissionsDialog metadata flag
4+
5+
6+
Version 0.1 (2017-07-04)
27

38
* Initial version

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ This plugin is one of the Android runtime permissions for Unity implementations.
1717

1818
## Usage
1919
0. Should work with Unity 5.3+. Please report an issue if it does not for you
20-
1. Add the plugin to your project. You need the manifest, the AAR and the C# script (Assets/Plugins/Android/AndroidManifest.xml, Assets/Plugins/Android/unityandroidpermissions.aar and Assets/AndroidPermissionsManager.cs)
21-
2. Please pay attention to the manifest - you may want to use the one provided here or, if you have your own base manifest, please make sure to add "unityplayer.SkipPermissionsDialog"="true" metadata tag to application or activity section
22-
3. Use the C# API in your scripts to check the permission status and request it if necessary, right before you actually need this permission
23-
4. Enjoy
20+
1. Add the plugin to your project. You need the AAR and the C# script (Assets/Plugins/Android/unityandroidpermissions.aar and Assets/AndroidPermissionsManager.cs)
21+
2. Use the C# API in your scripts to check the permission status and request it if necessary, right before you actually need this permission
22+
3. Enjoy
2423

2524
## How to Build
2625
Use Android Studio to build the AAR from the source in src/ directory.

0 commit comments

Comments
 (0)