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

Commit 2648ffe1 authored by Bharat Singh's avatar Bharat Singh
Browse files

Add bug-fix flag enable_lpp_assist_invocation_effect in shared SystemUI aconfig file

This bug-fix flag will be used for enabling the invocation effect when assistant is launched via long press of power button.

Flag: NONE Adding new flag
Bug: 396099245
Change-Id: Ica06d948838dcd984575de958bd7d893b5f7c848
parent e8d088d9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -175,3 +175,14 @@ flag {
         purpose: PURPOSE_BUGFIX
    }
}

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