diff options
Diffstat (limited to 'packages/SystemUI/res/values/flags.xml')
-rw-r--r-- | packages/SystemUI/res/values/flags.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/flags.xml b/packages/SystemUI/res/values/flags.xml index 027f162445c0..efa87548af32 100644 --- a/packages/SystemUI/res/values/flags.xml +++ b/packages/SystemUI/res/values/flags.xml @@ -34,7 +34,14 @@ <bool name="flag_conversations">false</bool> <!-- The new animations to/from lockscreen and AOD! --> - <bool name="flag_lockscreen_animations">false</bool> + <bool name="flag_lockscreen_animations">true</bool> + + <!-- The new swipe to unlock animation, which shows the app/launcher behind the keyguard during + the swipe. --> + <bool name="flag_new_unlock_swipe_animation">true</bool> + + <!-- The shared-element transition between lockscreen smartspace and launcher smartspace. --> + <bool name="flag_smartspace_shared_element_transition">false</bool> <bool name="flag_pm_lite">true</bool> @@ -45,4 +52,6 @@ <bool name="flag_smartspace">false</bool> <bool name="flag_smartspace_deduping">true</bool> + + <bool name="flag_combined_status_bar_signal_icons">false</bool> </resources> |