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

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

Merge "Add aconfig flag for contextual tips about power off, take screenshot." into main

parents fe1c300c e2a44487
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -370,3 +370,17 @@ flag {
   description: "Enables the compose version of keyguard."
   bug: "301968149"
}

flag {
   name: "enable_contextual_tip_for_power_off"
   namespace: "systemui"
   description: "Enables on-screen contextual tip about how to power off or restart phone"
   bug: "322891421"
}

flag {
   name: "enable_contextual_tip_for_take_screenshot"
   namespace: "systemui"
   description: "Enables on-screen contextual tip about how to take screenshot."
   bug: "322891421"
}