Merge "Add constant for dialog dismiss"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b4ada77807
@@ -71,6 +71,12 @@ public class MediaOutputSliceConstants {
|
||||
public static final String ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG =
|
||||
"com.android.systemui.action.LAUNCH_MEDIA_OUTPUT_DIALOG";
|
||||
|
||||
/**
|
||||
* An intent action to dismiss media output dialog.
|
||||
*/
|
||||
public static final String ACTION_DISMISS_MEDIA_OUTPUT_DIALOG =
|
||||
"com.android.systemui.action.DISMISS_MEDIA_OUTPUT_DIALOG";
|
||||
|
||||
/**
|
||||
* Settings package name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user