Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d6b8680 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Add flags for consolidated weather cards.

Added separate flags for data and layout. No need to block all the work
on the consolidated layout by the work on semantic data.

The work on the layout is low risk. The plan is to implement it in a way
that there is no visible effect unless changes are made upstream in the
data pipeline. Therefore setting the flag as BUGFIX.

Flag: com.android.systemui.shared.smartspace_semantic_weather_data
Flag: com.android.systemui.shared.smartspace_consolidated_weather_layout
Bug: 416745891
Test: N/A. Just adding flags.
Change-Id: Ia3e8e0b1385db5bfc4defbc0457b567cd1786a22
parent e91fd406
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -169,6 +169,23 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "smartspace_semantic_weather_data"
    namespace: "systemui"
    description: "Support semantic weather data and its rendering in Smartspace"
    bug: "416745891"
}

flag {
    name: "smartspace_consolidated_weather_layout"
    namespace: "systemui"
    description: "Enable consolidated weather cards in Smartspace"
    bug: "416745891"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_lpp_assist_invocation_effect"
    namespace: "systemui"