Skip to content

Commit

Permalink
specified that AndroidInsecureFileModeEnabled is a preference
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 31, 2024
1 parent 90f07b7 commit b2819ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_posts/TBD-cordova-plugin-camera-8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ workaround is not necessary.
Android will start returning `content://` instead of `file://` URIs when
selecting images from the user's gallery in order to make use of the underlying
MediaStore APIs. In order for these paths to be resolvable to a DOM-usable URL,
`AndroidInsecureFileModeEnabled` must be off (the default value).
the `AndroidInsecureFileModeEnabled` preference must be `"false"` (the default value).

Please report any issues you find by following the
[How to File a Bug](https://github.com/apache/cordova#filing-a-bug) guide!
Expand Down

0 comments on commit b2819ef

Please sign in to comment.