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

Commit 79564daa authored by Zhe Song's avatar Zhe Song
Browse files

Add aconfig flags to guard contextual tips conditions checking.

Bug: 328338026
Bug: 328338472
Bug: 328338293
Test: unit tests
Flag: ACONFIG com.android.systemui.enable_contextual_tips TEAMFOOD
Change-Id: I77df5832d9282b7a186ac3239d4bd2cde5ba0125
parent b27496a6
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -469,6 +469,27 @@ flag {
   bug: "322891421"
}

flag {
   name: "disable_contextual_tips_frequency_check"
   description: "Disables frequency capping check for contextual tips."
   namespace: "systemui"
   bug: "322891421"
}

flag {
   name: "disable_contextual_tips_ios_switcher_check"
   description: "Disables iOS switcher check which guard the tips designed only for iOS switchers."
   namespace: "systemui"
   bug: "322891421"
}

flag {
   name: "disable_contextual_tips_first_30d_check"
   description: "Disables condition check which only show tips within 30 days after phone setup."
   namespace: "systemui"
   bug: "322891421"
}

flag {
   name: "enable_contextual_tips"
   description: "Enables showing contextual tips."