Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 4, 2022
2 parents 83c4382 + be03f02 commit 6352f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6352f1e

Please sign in to comment.