diff options
| author | 2023-10-18 12:41:03 +0000 | |
|---|---|---|
| committer | 2023-10-18 12:41:03 +0000 | |
| commit | 4742f9f8ea3c318437669f35417fa2ee8c1e3c4b (patch) | |
| tree | c7ac16d4e6cf4981a8d2b06439496c71b9d2efa2 | |
| parent | 200a06c125e408f63e642ad92a27a0d088f5e841 (diff) | |
| parent | 1e611614e48f5fee11be314bea70e2123d4ec7fe (diff) | |
Merge "Enable ENABLE_CLOCK_KEYGUARD_PRESENTATION for Droidfood" into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 472cc24080d5..58998c82dabc 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -796,8 +796,7 @@ object Flags { /** TODO(b/296223317): Enables the new keyguard presentation containing a clock. */ @JvmField - val ENABLE_CLOCK_KEYGUARD_PRESENTATION = - unreleasedFlag("enable_clock_keyguard_presentation", teamfood = true) + val ENABLE_CLOCK_KEYGUARD_PRESENTATION = releasedFlag("enable_clock_keyguard_presentation") /** Enable the Compose implementation of the PeopleSpaceActivity. */ @JvmField |