Skip to content

Commit

Permalink
Update Camera README file with new permissions info
Browse files Browse the repository at this point in the history
  • Loading branch information
RB-Hippo committed Jul 28, 2023
1 parent e9ab1dd commit 905e1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This API requires the following permissions be added to your `AndroidManifest.xm

```xml
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29"/>
```

The storage permissions are for reading/saving photo files.
Expand Down

0 comments on commit 905e1f9

Please sign in to comment.