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

Commit e2a44487 authored by Zhe Song's avatar Zhe Song
Browse files

Add aconfig flag for contextual tips about power off, take screenshot.

Bug: 322891421
Change-Id: Ie3fb2de4ed667f6062a91500aef1c2875ac51065
Test: NONE this just adds the flags. No change in behavior.
Flag: ACONFIG com.android.systemui.enable_contextual_tip_for_power_off DEVELOPMENT
parent 907c6167
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -378,3 +378,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"
}