summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHan Wang <416810799@qq.com>2020-06-11 09:21:23 +0200
committerArne Coucheron <arco68@gmail.com>2020-06-13 00:11:37 +0200
commit31e41d4628b7e881a44508f78f7f73ae6bbba5dd (patch)
tree7c44a4610141c4e89cce5b36ca26f7e2389350ba
parenta59d697746ec868193014273a854d6d3fad5f153 (diff)
downloadandroid_packages_apps_Messaging-lineage-17.1.tar.gz
android_packages_apps_Messaging-lineage-17.1.tar.bz2
android_packages_apps_Messaging-lineage-17.1.zip
Messaging: Require external legacy storagelineage-17.1
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
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5a7aa30..c7d4da3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -61,6 +61,7 @@
android:appCategory="social"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
+ android:requestLegacyExternalStorage="true"
android:theme="@style/BugleTheme"
android:supportsRtl="true">