From 0d99e83c6288c6e01fdd26d3fba4e9d310b88fc6 Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Thu, 23 Apr 2020 15:34:47 -0700 Subject: AOSP/Gallery2 - Updated to sdkVersion 29. 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 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7777b8706..a08b2bcae 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -7,7 +7,7 @@ - + @@ -44,6 +44,7 @@ android:largeHeap="true" android:restoreAnyVersion="true" android:supportsRtl="true" + android:requestLegacyExternalStorage="true" usesCleartextHttp="true"> -- cgit v1.2.3