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

Commit 6b672943 authored by Zhe Song's avatar Zhe Song Committed by Android (Google) Code Review
Browse files

Merge "Add aconfig flags to guard contextual tips conditions checking." into main

parents f9bc2d5f 79564daa
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -479,6 +479,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."