summaryrefslogtreecommitdiff
path: root/mediaprovider_flags.aconfig
diff options
context:
space:
mode:
author Omar Eissa <oeissa@google.com> 2024-12-16 08:03:36 -0800
committer Omar Eissa <oeissa@google.com> 2024-12-16 08:03:36 -0800
commitc42c1151751b22abe6bd901d65c3e3ad267c3575 (patch)
tree46b135eb3a1a42bffefef570ed19386ff20e31c8 /mediaprovider_flags.aconfig
parenta3c75c3ff6a0ef7e908c9b8d7c4191513cbcbb4e (diff)
Add flag to allow users revoke access from app owned photos
Change-Id: Idc86363e0e71c2bc734167d192d79ef153165a4f Test: N/A Bug: 323322157 Flag: com.android.providers.media.flags.revoke_access_owned_photos
Diffstat (limited to 'mediaprovider_flags.aconfig')
-rw-r--r--mediaprovider_flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/mediaprovider_flags.aconfig b/mediaprovider_flags.aconfig
index bcccc0eba..3de3fc845 100644
--- a/mediaprovider_flags.aconfig
+++ b/mediaprovider_flags.aconfig
@@ -237,3 +237,12 @@ flag {
is_fixed_read_only: true
bug: "294364218"
}
+
+flag {
+ name: "revoke_access_owned_photos"
+ is_exported: true
+ namespace: "mediaprovider"
+ description: "This flag will enable allowing users to revoke access to app created photos."
+ is_fixed_read_only: true
+ bug: "323322157"
+}