Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08fd295b authored by Raman Tenneti's avatar Raman Tenneti Committed by Michael Bestas
Browse files

AOSP/Gallery2 - Updated to sdkVersion 29.

BUG: 133177396

Test: manual - Ran the following commands and tested the gallery2 UI on Pixel phone.

$ make -j 40
$ make Gallery2 -j

$ ls -l out/target/product/marlin/system/product/app/Gallery2/Gallery2.apk
  -rw-r--r-- 1 rtenneti primarygroup 5208417 Oct 14 14:42 out/target/product/marlin/system/product/app/Gallery2/Gallery2.apk

$ adb install -r -d -g out/target/product/marlin/system/product/app/Gallery2/Gallery2.apk

Change-Id: I90f703ff84831dfd382e152273e770adf4f60c83
parent b7600ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

    <original-package android:name="com.android.gallery3d" />

    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/>
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="29"/>

    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
                android:protectionLevel="signatureOrSystem" />