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

Commit 53e9da24 authored by Luca Zuccarini's avatar Luca Zuccarini
Browse files

Add a return animation framework aconfig flag.

This flag will be used to protect the changes within the Animation
library and Shell.

Bug: 273205603
Flag: ACONFIG com.android.systemui.shared.return_animation_framework_library DISABLED
Test: verified that the flags can be read correctly, including manual
setting values from command line and reading them

Change-Id: Iaeef14e03ec7ea38c9cd541da430527fc66f11e1
parent 51c5b4f2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7,6 +7,13 @@ flag {
    bug: "308482106"
}

flag {
    name: "return_animation_framework_library"
    namespace: "systemui"
    description: "Turn on Return functionality in the Animation library"
    bug: "273205603"
}

flag {
    name: "shade_allow_back_gesture"
    namespace: "systemui"