diff options
| author | 2021-06-04 10:30:22 -0400 | |
|---|---|---|
| committer | 2021-06-04 10:35:57 -0400 | |
| commit | c74d868bf85f394ca43671eb52aaa45f36da2e01 (patch) | |
| tree | ad2cd1aff749370dda75093bc0b801ee62a860b9 | |
| parent | d4c895161896a00166e9e020fbf326fa7826fe3f (diff) | |
Default to the new lockscreen layout for AOSP
The old layout has issues with spacing and the new large clock, and is
in the process of being removed.
Fixes: 189909942
Test: manual
Change-Id: I2c2da5184330c0fa4e2f5ea81f7d93518f172b2d
| -rw-r--r-- | packages/SystemUI/res/values/flags.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/flags.xml b/packages/SystemUI/res/values/flags.xml index 3ded4a567eff..c388b1ece786 100644 --- a/packages/SystemUI/res/values/flags.xml +++ b/packages/SystemUI/res/values/flags.xml @@ -28,7 +28,7 @@ <bool name="flag_notification_twocolumn">false</bool> <!-- AOD/Lockscreen alternate layout --> - <bool name="flag_keyguard_layout">false</bool> + <bool name="flag_keyguard_layout">true</bool> <!-- People Tile flag --> <bool name="flag_conversations">false</bool> |