diff options
author | 2024-06-30 17:47:14 +0000 | |
---|---|---|
committer | 2024-07-01 10:06:12 +0000 | |
commit | 9c94e671b12cd3f65ad385a0e27cbde377d1bf94 (patch) | |
tree | 176b206f97b6ad3b6a87366e34523d8f1611aee2 /mediaprovider_flags.aconfig | |
parent | 6f0ecaa40b6ffb01634e2a0161d0cfeead4bb856 (diff) |
Add trunk stable flags for stable uris for public volume
Test: n/a
Bug: 213931581
Flag: com.android.providers.media.flags.enable_stable_uris_for_public_volume
Change-Id: Ic2190ef7f952737c8939b71b364a16f25adb760c
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index 1cfe3b05a..f51825b08 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -80,3 +80,11 @@ flag { description: "This flag will enable stable uris for external primary volume" bug: "213931581" } + +flag { + name: "enable_stable_uris_for_public_volume" + is_exported: true + namespace: "mediaprovider" + description: "This flag will enable stable uris for public volume" + bug: "213931581" +} |