fix import and export on Android 10

merge-requests/6/head
MovingEarth 2021-01-31 18:16:53 +01:00
parent d601d8ba03
commit 72c518cc4b
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/appNameShort"
android:theme="@style/MeditationDarkTheme">
android:theme="@style/MeditationDarkTheme"
android:requestLegacyExternalStorage="true">
<!-- Services -->
<activity