diff options
| author | 2023-03-16 15:18:14 +0000 | |
|---|---|---|
| committer | 2023-03-27 08:36:32 +0000 | |
| commit | 1fe6c19c65e50ab949deb6f3c9ae88851852576b (patch) | |
| tree | 2cc2594e9937dbebe4a0f4a704280fc5c39bab5b | |
| parent | 036b40a7d885f235c11c6c2e52edeae76ab5600b (diff) | |
Enabled the flag for Material U shapes and auto pin confirmation on
lockscreen
Bug: b/262928040
Test: Tested by building and flashing on local
Change-Id: I49492199a2343826f4dcd5f770fbc3de760dcca6
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index b4f24a92f925..e6aa6eadcd2b 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -191,7 +191,7 @@ object Flags { // flag for controlling auto pin confirmation and material u shapes in bouncer @JvmField val AUTO_PIN_CONFIRMATION = - unreleasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation") + releasedFlag(224, "auto_pin_confirmation", "auto_pin_confirmation", teamfood = true) // TODO(b/262859270): Tracking Bug @JvmField val FALSING_OFF_FOR_UNFOLDED = releasedFlag(225, "falsing_off_for_unfolded") |