Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 6, 2023
1 parent 7622796 commit f93136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Read about [Configuring `Info.plist`](https://capacitorjs.com/docs/ios/configura

## Android

This API requires no permission, unless using `saveToGallery: true`, in that case the following permissions should be added to your `AndroidManifest.xml`:
This API requires no permissions, unless using `saveToGallery: true`, in that case the following permissions should be added to your `AndroidManifest.xml`:

```xml
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Expand Down

0 comments on commit f93136f

Please sign in to comment.