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

Commit

Permalink
Merge pull request #799 from LuceCarter/patch-1
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
jamesmontemagno authored Feb 4, 2022
2 parents 36af8ba + 7ca8f46 commit be03f02
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 be03f02

Please sign in to comment.