Add constant for dismiss Settings panel

Bug: 155822415
Test: build pass
Change-Id: I370cd51fa125f16541915ecb2c93fc600dfaac7d
This commit is contained in:
timhypeng
2020-10-06 15:05:23 +08:00
parent 703427e52c
commit 3cd931eb64

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