summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2020-04-23 15:34:47 -0700
committerAlex Hong <rurumihong@google.com>2020-04-27 15:17:11 +0800
commit0d99e83c6288c6e01fdd26d3fba4e9d310b88fc6 (patch)
tree2deb800564a537436d83ffe0b1fee0cb5fb92738
parent3d66de9bcf3e64739a0173d28963abd7ce7246f1 (diff)
downloadplatform_packages_apps_Gallery2-android11-mainline-conscrypt-release.tar.gz
platform_packages_apps_Gallery2-android11-mainline-conscrypt-release.tar.bz2
platform_packages_apps_Gallery2-android11-mainline-conscrypt-release.zip
BUG: 133177396 Test: manual - Ran the following tests on Pixel phone. Tested the gallery2 UI. $ make -j 40 $ make Gallery2 -j $ ls -l out/target/product/bonito/product/app/Gallery2/Gallery2.apk ... Apr 23 14:50 out/target/product/bonito/product/app/Gallery2/Gallery2.apk $ adb install -r -d -g out/target/product/marlin/system/product/app/Gallery2/Gallery2.apk Change-Id: I67616e4127db84575515a173c28c3381e629f4cf
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7777b8706..a08b2bcae 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -7,7 +7,7 @@
<original-package android:name="com.android.gallery3d" />
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />
<permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
android:protectionLevel="signatureOrSystem" />
@@ -44,6 +44,7 @@
android:largeHeap="true"
android:restoreAnyVersion="true"
android:supportsRtl="true"
+ android:requestLegacyExternalStorage="true"
usesCleartextHttp="true">
<uses-library android:name="com.google.android.media.effects" android:required="false" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />