From 7ca8f46ac1d010814a533535da078d5dd32fb318 Mon Sep 17 00:00:00 2001 From: Luce Carter Date: Wed, 8 Jan 2020 10:44:03 +0000 Subject: [PATCH] Updated readme Since Xamarin.Essentials is now included in the templates, updated to reflect --- nuget/readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/nuget/readme.txt b/nuget/readme.txt index 3da1d995..65052bb9 100644 --- a/nuget/readme.txt +++ b/nuget/readme.txt @@ -14,6 +14,7 @@ In your BaseActivity or MainActivity (for Xamarin.Forms) add this code: Plugin.Permissions.PermissionsImplementation.Current.OnRequestPermissionsResult(requestCode, permissions, grantResults); } +This method may already exist. If so, add it after the call to Xamarin.Forms.Forms.Init(this, savedInstanceState). NB: The `WRITE_EXTERNAL_STORAGE`, `READ_EXTERNAL_STORAGE` permissions are required, but the library will automatically add this for you. Additionally, if your users are running Marshmallow the Plugin will automatically prompt them for runtime permissions.