Create ACONFIG flag for the new touchpad tutorial feature

Test: compiles
Bug: 309928033
Flag: ACONFIG com.android.systemui.new_touchpad_gestures_tutorial DISABLED

Change-Id: Icdf732bd84abb056380acc70bfe3f0bfef002c16
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index f3e2272..a2d7b2f 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -977,6 +977,13 @@
 }
 
 flag {
+  name: "new_touchpad_gestures_tutorial"
+  namespace: "systemui"
+  description: "Enables new interactive tutorial for learning touchpad gestures"
+  bug: "309928033"
+}
+
+flag {
    name: "register_wallpaper_notifier_background"
    namespace: "systemui"
    description: "Decide whether to register wallpaper change broadcast receiver on background executor."