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

Commit c8633482 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

[SysUI][Floaty] Add haptic effect flag.

Adding a shared flag to control the haptic invocation effect separately.

Flag: NONE adding new flag
Bug: 412325043
Test: presubmit
Change-Id: Ieeb8fc86b7a3fe1942e82fd6962b1c89f4cd70a7
parent 6d08892b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -179,3 +179,13 @@ flag {
    }
}

flag {
    name: "enable_lpp_assist_invocation_haptic_effect"
    namespace: "systemui"
    description: "Enables haptics for the invocation effect on power button long press for launching assistant"
    bug: "412325043"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}