diff options
author | 2023-03-08 11:49:39 +0000 | |
---|---|---|
committer | 2023-03-13 16:32:59 +0000 | |
commit | b406fc828e7fea67c116da8facce33fb5918632e (patch) | |
tree | 5f29cf5fb15baba37f0b7577552a4bce78565c9f /AndroidManifest.xml | |
parent | b373bd2d57ac384e0f6cc793502d179f8897c178 (diff) |
Support wide color gamut in photo picker
Add support for wide color gamut for all thumbnails and previews in the
photo picker.
Test: Manual
Bug: 261852680
Change-Id: Id4880133903a25a8ec6d93eaa67f7be242b9720e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8f6fe731a..c9177293b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -177,7 +177,8 @@ android:label="@string/picker_app_label" android:theme="@style/PickerDefaultTheme" android:exported="true" - android:excludeFromRecents="true" > + android:excludeFromRecents="true" + android:colorMode="wideColorGamut"> <intent-filter android:priority="100" > <action android:name="android.provider.action.PICK_IMAGES" /> <category android:name="android.intent.category.DEFAULT" /> |