use the legacy external storage handling at the Sample app

This commit is contained in:
tibbi 2020-03-26 12:14:09 +01:00
parent 2bebf0e5fd
commit 6dca433153

View file

@ -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">