diff options
author | 2024-08-13 09:13:12 +0000 | |
---|---|---|
committer | 2024-08-14 13:47:25 +0000 | |
commit | a1e01d19bab493f6838d91418af780c163f1a991 (patch) | |
tree | eced342d3c3077059bd6718cd7d78eb71bfe69f0 /mediaprovider_flags.aconfig | |
parent | 4fd5cfbf8a874ba71c73bfb26f5e9e983a9c2e36 (diff) |
Modify flag for picker pre-selection to make it read_only.
The recommendation is to re-name it to create a new flag since the flag
type cannot be changed dynamically.
Test: building media provider
Flag: EXEMPT, aconfig file change
Change-Id: I3461f3789db3e72de28ea7800ddb5c2c4262cd11
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index aac0b9b1d..f2f104446 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -50,7 +50,7 @@ flag { } flag { - name: "picker_pre_selection" + name: "picker_pre_selection_extra" is_exported: true namespace: "mediaprovider" description: "This flag will enable accepting of URIs for pre-selection as an intent extra." |