diff options
| author | 2024-10-10 13:38:08 +0000 | |
|---|---|---|
| committer | 2024-10-11 10:08:16 +0000 | |
| commit | ced834308c40fa2e9a642d3fc2c94fceecc0bae0 (patch) | |
| tree | 1d147c8d87172c97d9fbb0ad112366b79858ac64 | |
| parent | ad030700bbe3e8ccb048630bd02427fc73a2cf10 (diff) | |
Add a flag for the changes to support simultaneous notifications
Bug: 367615180
Test: N/A
Flag: EXEMPT adding flag
Change-Id: Ic9848f8b8613356743ef28d21b9ad4a5ab395677
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index ff0a3ddc746e..7de7131fc2ad 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -68,6 +68,16 @@ flag { } flag { + name: "multiple_alarm_notifications_support" + namespace: "multiuser" + description: "Implement handling of multiple simultaneous alarms/timers on bg users" + bug: "367615180" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "enable_biometrics_to_unlock_private_space" is_exported: true namespace: "profile_experiences" |