Skip to content

Commit

Permalink
Merge pull request #2 from OutSystems/legacy-storage
Browse files Browse the repository at this point in the history
RMET-280 - fix(android): Use legacy storage
  • Loading branch information
vmfo22 authored Dec 21, 2020
2 parents 5a4d10e + 07d858c commit 42a1f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ to config.xml in order for the application to find previously stored files.
</feature>
<allow-navigation href="cdvfile:*" />
</config-file>

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:requestLegacyExternalStorage="true" />
</edit-config>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
Expand Down

0 comments on commit 42a1f0c

Please sign in to comment.