Messaging: Require external legacy storage

Since the recent API bump, when trying to attach images
from the built-in picker, all images are shown blank due
to an EACCES permission error.

Change-Id: I0a7c581300879a43f251b2e6279a1c9c11ca79eb
This commit is contained in:
Han Wang
2020-06-11 09:21:23 +02:00
committed by Michael Bestas
parent 7066788d58
commit c1423b83b8

View File

@@ -62,6 +62,7 @@
android:appCategory="social" android:appCategory="social"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:theme="@style/BugleTheme" android:theme="@style/BugleTheme"
android:supportsRtl="true"> android:supportsRtl="true">