Merge tag 'android-13.0.0_r20' into staging/lineage-20.0_merge-android-13.0.0_r20

Android 13.0.0 release 20

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCY7SAWwAKCRDorT+BmrEO
# eDDVAJ0Wt2LjSlssP5kxXzckEzTaOF8IWACgkKZ+OUAEU+8oxeKyj9B2EcRt8Os=
# =KW8h
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Jan  3 21:22:03 2023 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 1499 signatures in the past
#      14 months.  Encrypted 4 messages in the past 11 months.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78

# By Sahana Rao
# Via Android Build Coastguard Worker
* tag 'android-13.0.0_r20':
  Set intent priority for PICK_IMAGES

Change-Id: I5d78c850d1b91fd645e30423a538b8cb3afafc61
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e185eec..d339f88 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -164,15 +164,14 @@
                 android:icon="@mipmap/picker_app_icon"
                 android:theme="@style/PickerDefaultTheme"
                 android:exported="true"
-                android:excludeFromRecents="true"
-                android:priority="100" >
-            <intent-filter>
+                android:excludeFromRecents="true" >
+            <intent-filter android:priority="100" >
                 <action android:name="android.provider.action.PICK_IMAGES" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <data android:mimeType="image/*" />
                 <data android:mimeType="video/*" />
             </intent-filter>
-            <intent-filter>
+            <intent-filter android:priority="100" >
                 <action android:name="android.provider.action.PICK_IMAGES" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>