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

Commit 860a8600 authored by yyalan's avatar yyalan
Browse files

Move oobe flag to frameworks/libs/systemui/aconfig

Cross process flagging policy (flag is used by both sysui and Settings)

Bug: 344860480
Flag: com.android.systemui.shared.new_touchpad_gestures_tutorial
Test: It builds
Change-Id: Ia7073c2cf6265866d44061e1a9fb743052a28758
parent 460efcfa
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -41,3 +41,10 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
  name: "new_touchpad_gestures_tutorial"
  namespace: "systemui"
  description: "Enables new interactive tutorial for learning touchpad gestures"
  bug: "309928033"
}