use the legacy external storage handling at the Sample app
This commit is contained in:
parent
2bebf0e5fd
commit
6dca433153
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
android:allowBackup="true"
|
||||
android:icon="@mipmap/commons_launcher"
|
||||
android:label="@string/smtco_app_name"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".activities.MainActivity">
|
||||
|
|
Loading…
Reference in a new issue