fix import and export on Android 10
parent
d601d8ba03
commit
72c518cc4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue