Skip to content

Commit

Permalink
fix: 🐛 [DSY-1492] adding writing permission at manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcsouza committed Oct 13, 2020
1 parent e6f40a4 commit 53ec942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/Theme.Natura"
tools:replace="android:name">
<activity android:name=".MainActivity">
Expand All @@ -21,5 +22,5 @@
</activity>
<activity android:name=".NativeIconsActivity" />
</application>

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
</manifest>

0 comments on commit 53ec942

Please sign in to comment.