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

Commit e3efbf63 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Add smartspace_sports_card_background flag.

The flag will be used to guard changes such as ag/30514505. The shared
flag ensures simultaneous rolling out for Lockscreen and Launcher.

Flag: com.android.systemui.shared.smartspace_sports_card_background
Bug: 379132601
Test: N/A. Just adding the flag.
Change-Id: I9aabbd8489dcb69db8cd441ca74b231080a58683
parent 25602792
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -83,3 +83,13 @@ flag {
    description: "Enables launcher icon shapes customization"
    bug: "348708061"
}

flag {
    name: "smartspace_sports_card_background"
    namespace: "systemui"
    description: "Enables Smartspace sports card background protection and related ui updates"
    bug: "380285747"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}