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

Commit 1eeafdba authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Migrate predictive back flags to aconfig

Bug: 309545085
Flag: ACONFIG com.android.systemui.shade_allow_back_gesture DISABLED
Test: Manual, i.e. testing build on device and verifying behaviour of flagged features
Change-Id: I41ab95f42e62bdb4f4d5142a0bd011d59e6a136d
parent 3a35bfcb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "An Example Flag"
    bug: "308482106"
}

flag {
    name: "shade_allow_back_gesture"
    namespace: "systemui"
    description: "Allow Back Gestures in Shade"
    bug: "309545085"
}
 No newline at end of file