diff options
author | 2025-02-04 07:05:33 +0000 | |
---|---|---|
committer | 2025-02-04 01:18:18 -0800 | |
commit | 8f2d4652f3d3cc3dadbb837ce5518bffb62ec2c6 (patch) | |
tree | e616edc2a3e5eb9603155b186c9c75d476129676 /mediaprovider_flags.aconfig | |
parent | d8031f5657f7c6973ce1fb3ad905b74e12c02578 (diff) |
[MediaProvider] Add trunk staging flag for exclusion on unreliable
volumes from MediaStore APIs.
Test: N/A
Bug: 391360514
Flag: com.android.providers.media.flags.exclude_unreliable_volumes
Change-Id: I85e0f712f4f6ef4cae627badccbd010cbbc8ad7d
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 93b7ca837..1ddbb5068 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -264,3 +264,12 @@ flag { is_fixed_read_only: true bug: "390142346" } + +flag { + name: "exclude_unreliable_volumes" + is_exported: true + namespace: "mediaprovider" + description: "This flag will enable exclusion of unreliable storage volumes in the returned list from MediaStore APIs." + is_fixed_read_only: true + bug: "391360514" +} |