From c1423b83b8af0f9259f7d23e371f1cab6e07c1c9 Mon Sep 17 00:00:00 2001 From: Han Wang <416810799@qq.com> Date: Thu, 11 Jun 2020 09:21:23 +0200 Subject: [PATCH] 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4078279..0bdbbbb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -62,6 +62,7 @@ android:appCategory="social" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:requestLegacyExternalStorage="true" android:theme="@style/BugleTheme" android:supportsRtl="true">