Launch lowlight on direct boot flag

Fixes: 230499241
Test: flashed device and verified behavior is on by default
Change-Id: I6d3bb1401163e389c069f035cd1e1afe762eba64
This commit is contained in:
Lucas Silva
2023-01-10 15:15:31 -05:00
parent 705dfd7c5e
commit cbff07f8d0

View File

@@ -333,7 +333,8 @@ object Flags {
// TODO(b/254512758): Tracking Bug
@JvmField val ROUNDED_BOX_RIPPLE = releasedFlag(1002, "rounded_box_ripple")
val SHOW_LOWLIGHT_ON_DIRECT_BOOT = unreleasedFlag(1003, "show_lowlight_on_direct_boot")
// TODO(b/265045965): Tracking Bug
val SHOW_LOWLIGHT_ON_DIRECT_BOOT = releasedFlag(1003, "show_lowlight_on_direct_boot")
// 1100 - windowing
@Keep