Skip to content

Commit

Permalink
Updated the documentation for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Over17 committed Jul 7, 2017
1 parent 9301355 commit 7c366b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.1 (2016-07-04)
Version 0.2 (2017-07-07)

* There's no more need to override the main manifest - the plugin's manifest contains the necessary SkipPermissionsDialog metadata flag


Version 0.1 (2017-07-04)

* Initial version
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ This plugin is one of the Android runtime permissions for Unity implementations.

## Usage
0. Should work with Unity 5.3+. Please report an issue if it does not for you
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)
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
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
4. Enjoy
1. Add the plugin to your project. You need the AAR and the C# script (Assets/Plugins/Android/unityandroidpermissions.aar and Assets/AndroidPermissionsManager.cs)
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
3. Enjoy

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

0 comments on commit 7c366b3

Please sign in to comment.