summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDamian Patel <damianpatel@google.com>2021-07-23 18:01:27 +0000
committerDamian Patel <damianpatel@google.com>2021-07-23 18:01:27 +0000
commita1feca9b0b0ca2995dbca3aa0e9f99f2b6834efe (patch)
treee163834ef91ae4fff3cae762abfa5c9c13a82c69 /AndroidManifest.xml
parent19b9d821589a1446b3aaef37f3c78b4fa5afe66a (diff)
downloadplatform_packages_apps_Gallery2-a1feca9b0b0ca2995dbca3aa0e9f99f2b6834efe.tar.gz
platform_packages_apps_Gallery2-a1feca9b0b0ca2995dbca3aa0e9f99f2b6834efe.tar.bz2
platform_packages_apps_Gallery2-a1feca9b0b0ca2995dbca3aa0e9f99f2b6834efe.zip
API level 30 upgrade: AOSP/Gallery2
The AndroidManifest.xml file of the AOSP Gallery app has been upgraded so that its targetSdkVersion is 30. Test: manual - after the change, the app built, initialized, and ran successfully with all of the UI features functioning properly. CTS provider tests were also run and the output can be seen below: =============== Summary =============== Total Run time: 8m 53s 1/1 modules completed Total Tests : 376 PASSED : 362 FAILED : 0 IGNORED : 6 ASSUMPTION_FAILURE: 8 ============== End of Results ============== Change-Id: I55b30d8192362bbdbab43566d80a4f888fcd0d01
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a08b2bcae..c281ef483 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="29" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="30" />
<permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
android:protectionLevel="signatureOrSystem" />