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

Commit 3cd931eb authored by timhypeng's avatar timhypeng
Browse files

Add constant for dismiss Settings panel

Bug: 155822415
Test: build pass
Change-Id: I370cd51fa125f16541915ecb2c93fc600dfaac7d
parent 703427e5
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -92,4 +92,10 @@ public class MediaOutputSliceConstants {
     * SystemUi package name.
     * SystemUi package name.
     */
     */
    public static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";
    public static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";

    /**
     * An intent action to close settings panel.
     */
    public static final String ACTION_CLOSE_PANEL =
            "com.android.settings.panel.action.CLOSE_PANEL";
}
}