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

Commit 4969a9a4 authored by tim peng's avatar tim peng Committed by Android (Google) Code Review
Browse files

Merge "Add constant for dismiss Settings panel"

parents 369e0076 3cd931eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -92,4 +92,10 @@ public class MediaOutputSliceConstants {
     * SystemUi package name.
     */
    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";
}