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:
@@ -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">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user