Define strings for output switcher dialog in SystemUI am: 2f172d225c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13109539 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ib4d705076e940175e7e971fee79565821bf5a506
This commit is contained in:
@@ -60,8 +60,30 @@ public class MediaOutputSliceConstants {
|
||||
"com.android.settings.panel.action.MEDIA_OUTPUT_GROUP";
|
||||
|
||||
/**
|
||||
* An string extra specifying a media package name.
|
||||
* A string extra specifying a media package name.
|
||||
*/
|
||||
public static final String EXTRA_PACKAGE_NAME =
|
||||
"com.android.settings.panel.extra.PACKAGE_NAME";
|
||||
|
||||
/**
|
||||
* An intent action to launch media output dialog.
|
||||
*/
|
||||
public static final String ACTION_LAUNCH_MEDIA_OUTPUT_DIALOG =
|
||||
"com.android.systemui.action.LAUNCH_MEDIA_OUTPUT_DIALOG";
|
||||
|
||||
/**
|
||||
* Settings package name.
|
||||
*/
|
||||
public static final String SETTINGS_PACKAGE_NAME = "com.android.settings";
|
||||
|
||||
/**
|
||||
* An intent action to launch Bluetooth paring page.
|
||||
*/
|
||||
public static final String ACTION_LAUNCH_BLUETOOTH_PAIRING =
|
||||
"com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING";
|
||||
|
||||
/**
|
||||
* SystemUi package name.
|
||||
*/
|
||||
public static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user