summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2022-09-13 11:21:27 -0700
committer Aaron Liu <aaronjli@google.com> 2022-09-13 11:21:27 -0700
commit53ffab621c9e0c87b42909c21694e34bd7e5f0cd (patch)
tree6acd97324cc79767b51c98195312927247e221d9
parent6170285a1a580b7d7d8e14ff8cb48677af57c976 (diff)
[Bouncer] Change modern arch to unreleased.
Bug: 240299776 Test: None as this is a flag Change-Id: I27c1e08c5e20f08308346a80a7e3fd64257af609
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java
index 586585c009e0..e9c0337ea0ef 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.java
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.java
@@ -98,7 +98,7 @@ public class Flags {
* Flag to enable the usage of the new bouncer data source. This is a refactor of and
* eventual replacement of KeyguardBouncer.java.
*/
- public static final ReleasedFlag MODERN_BOUNCER = new ReleasedFlag(208);
+ public static final UnreleasedFlag MODERN_BOUNCER = new UnreleasedFlag(208);
/** Whether UserSwitcherActivity should use modern architecture. */
public static final UnreleasedFlag MODERN_USER_SWITCHER_ACTIVITY =