From 91b581fdca12f73a3ef180e3d493f9f1a68ba33f Mon Sep 17 00:00:00 2001 From: Elliot Sisteron Date: Wed, 14 Aug 2024 15:50:53 +0000 Subject: 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 --- flags/flags.aconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flags') 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 +} -- cgit v1.2.3-59-g8ed1b