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

Commit 0744ca50 authored by Raman Tenneti's avatar Raman Tenneti Committed by Michael Bestas
Browse files

AOSP/Gallery2 - Revert the sdkVersion to 28. On blueline, AOSP Gallery app...

AOSP/Gallery2 - Revert the sdkVersion to 28. On blueline, AOSP Gallery app wasn't able to read photo files.

BUG: 145495831
BUG: 133177396
BUG: 143968106

Test: manual - Ran the following on Bonito and Blueline phones. Tested the gallery2 UI manually.

$ lunch aosp_blueline-userdebug
$  . build/envsetup.sh
$ make -j 40
$ adb install -r -d -g out/target/product/blueline/product/app/Gallery2/Gallery2.apk

$ lunch aosp_bonito-userdebug
$  . build/envsetup.sh
$ make -j 40
$ adb install -r -d -g out/target/product/bonito/product/app/Gallery2/Gallery2.apk

Change-Id: I47a71a933a51d541a39c9fba7087510afd15c7d7
parent 518d6526
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="29"/>
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/>

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