Karamunting.Android.PermissionManager 0.1.1

dotnet add package Karamunting.Android.PermissionManager --version 0.1.1
NuGet\Install-Package Karamunting.Android.PermissionManager -Version 0.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Karamunting.Android.PermissionManager" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Karamunting.Android.PermissionManager --version 0.1.1
#r "nuget: Karamunting.Android.PermissionManager, 0.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Karamunting.Android.PermissionManager as a Cake Addin
#addin nuget:?package=Karamunting.Android.PermissionManager&version=0.1.1

// Install Karamunting.Android.PermissionManager as a Cake Tool
#tool nuget:?package=Karamunting.Android.PermissionManager&version=0.1.1

Automatically search for permission in AndroidManifests file and request for the same. Also, if request is cancelled it shows a popup window with alert to grant permission. Ported to Xamarin.Android by Rofiq Setiawan (rofiqsetiawan@gmail.com).

You can find example on https://github.com/rofiqsetiawan/PermissionManagerDemo

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid71 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 2,762 8/24/2017
0.1.0 1,634 7/2/2017

- Improve method CheckResult() to make it accept Permission[] and int[] as parameter.
- Add Indonesian localization.