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

Commit 4f2b82e5 authored by Zhe Song's avatar Zhe Song
Browse files

Add a bugfix aconfig flag to improve assistant dismiss accuracy for contextual tips.

Bug: 334759504
Test: NONE this just adds the flag. No change in behavior yet.
Flag: ACONFIG com.android.systemui.contextual_tips_assistant_dismiss_fix DEVELOPMENT
Change-Id: I1007a3482dc00209a51201148f6bb99296ea6fda
parent 23fb6a35
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -580,6 +580,16 @@ flag {
   bug: "322891421"
}

flag {
   name: "contextual_tips_assistant_dismiss_fix"
   namespace: "systemui"
   description: "Improve assistant dismiss signal accuracy for contextual tips."
   bug: "334759504"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
   name: "shaderlib_loading_effect_refactor"
   namespace: "systemui"