build: add storage r/w permissions to android

This commit is contained in:
Front 2022-04-04 18:33:34 -04:00
parent d00421ff9a
commit 08a3fb532b
1 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,8 @@
</application>
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>