diff --git a/nuget/readme.txt b/nuget/readme.txt index 1fffc381..c4f4b3ee 100644 --- a/nuget/readme.txt +++ b/nuget/readme.txt @@ -28,6 +28,7 @@ public override void OnRequestPermissionsResult(int requestCode, string[] permis } ``` +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.