diff options
author | 2024-04-05 11:51:07 +0000 | |
---|---|---|
committer | 2024-04-05 11:51:07 +0000 | |
commit | 2c7cc1e07c30b2917fa6f6bbf0647600cc10a1ea (patch) | |
tree | 89bf9ef8218da66310558ddcbcd5bb84f19f0338 /mediaprovider_flags.aconfig | |
parent | ba6279d9c68e3020df82206fbd1410de48b6ddf9 (diff) |
Introduce trunk stable flag for pre-selection.
This is for pre-selection in photopicker and this flag will be used to
annotate an intent extra.
Test: m MediaProvider
Bug: 333038370
Change-Id: I2ce612ffddaba43bc6c72f3afa2a8f77267571d7
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index f8b8d8965..1aa4abfc5 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -39,3 +39,12 @@ flag { description: "This flag will enable setting an accent color in the photopicker" bug: "303784053" } + +flag { + name: "picker_pre_selection" + is_exported: true + namespace: "mediaprovider" + description: "This flag will enable accepting of URIs for pre-selection as an intent extra." + bug: "333038370" +} + |