Merge "Add constant for dismiss Settings panel"

This commit is contained in:
tim peng
2020-10-08 06:50:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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";
}