Add flag to show/hide standalone weather dream complication

When turned on, show standalone weather complication. By default it
is off, so weather complication is hidden.

Bug: b/271460958
Bug: b/270170447
Test: manual
Change-Id: I91dc14e355935efd20ae679f942a3bb10f9fdd4c
This commit is contained in:
Coco Duan
2023-03-03 00:59:15 +00:00
parent 4626fa48c4
commit 755ce67a88

View File

@@ -245,6 +245,11 @@ object Flags {
@JvmField
val HIDE_SMARTSPACE_ON_DREAM_OVERLAY = unreleasedFlag(404, "hide_smartspace_on_dream_overlay")
// TODO(b/271460958): Tracking Bug
@JvmField
val SHOW_WEATHER_COMPLICATION_ON_DREAM_OVERLAY = unreleasedFlag(405,
"show_weather_complication_on_dream_overlay")
// 500 - quick settings
val PEOPLE_TILE = resourceBooleanFlag(502, R.bool.flag_conversations, "people_tile")