diff options
author | 2024-08-14 15:50:53 +0000 | |
---|---|---|
committer | 2024-08-14 18:40:39 +0000 | |
commit | 91b581fdca12f73a3ef180e3d493f9f1a68ba33f (patch) | |
tree | 14b44b74ac173853fb32e39aafa4da1d68c1434e /flags | |
parent | 102da7f8f5fda0ef927221cc832b28527cf03591 (diff) |
Add ODAD to safety center notifications allowed hack.
We can't roll this change out remotely (as per existing comment), so
rolling this out in code instead.
Bug: 356910008
Test: atest CtsSafetyCenterTestCases
Relnote: N/A
Flag: com.android.permission.flags.odad_notifications_supported
Change-Id: I3d4dff60bf0adf40c3a157a557a5ea917be4454c
LOW_COVERAGE_REASON=b/356910008
Diffstat (limited to 'flags')
-rw-r--r-- | flags/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 03969d737..98c64507d 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -72,3 +72,12 @@ flag { bug: "354234946" is_fixed_read_only: true } + +flag { + name: "odad_notifications_supported" + is_exported: true + namespace: "permissions" + description: "This flag is used to enable Safety Center notifications support for ODAD" + bug: "356910008" + is_fixed_read_only: true +} |