diff options
author | 2024-08-13 10:21:10 +0000 | |
---|---|---|
committer | 2024-08-13 10:45:36 +0000 | |
commit | f7fad5c96bc28715a194c4634d8f560f9708d478 (patch) | |
tree | 8c84cc3ef2480c9239c4d33560bb0f68a4abcc6b /mediaprovider_flags.aconfig | |
parent | 4fd5cfbf8a874ba71c73bfb26f5e9e983a9c2e36 (diff) |
Add inferred_media_date column in the database
Adding inferred_media_date column in MediaStore DB.
Test: atest DatabaseHelperTest
Bug: 352524889
Flag: com.android.providers.media.flags.inferred_media_date
Change-Id: I9e9b97530d1d60c0d0b6d0966a5cafe741cac8c8
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r-- | mediaprovider_flags.aconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig index aac0b9b1d..bdd0babf3 100644 --- a/mediaprovider_flags.aconfig +++ b/mediaprovider_flags.aconfig @@ -128,4 +128,14 @@ flag { namespace: "mediaprovider" description: "This flag will enable new APIs for opening media files through MediaStore" bug: "356147697" -}
\ No newline at end of file +} + +flag { + name: "inferred_media_date" + is_exported: true + namespace: "mediaprovider" + description: "Controls exposure of inferred_media_date column" + bug: "352524889" + is_fixed_read_only: true +} + |