Merge "Add new intent action to show all work apps"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e5734f2358
@@ -10246,6 +10246,7 @@ package android.content {
|
||||
field public static final String ACTION_SEND_MULTIPLE = "android.intent.action.SEND_MULTIPLE";
|
||||
field public static final String ACTION_SET_WALLPAPER = "android.intent.action.SET_WALLPAPER";
|
||||
field public static final String ACTION_SHOW_APP_INFO = "android.intent.action.SHOW_APP_INFO";
|
||||
field public static final String ACTION_SHOW_WORK_APPS = "android.intent.action.SHOW_WORK_APPS";
|
||||
field public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN";
|
||||
field public static final String ACTION_SYNC = "android.intent.action.SYNC";
|
||||
field public static final String ACTION_SYSTEM_TUTORIAL = "android.intent.action.SYSTEM_TUTORIAL";
|
||||
|
||||
@@ -1458,6 +1458,18 @@ public class Intent implements Parcelable, Cloneable {
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS";
|
||||
|
||||
/**
|
||||
* Activity Action: Action to show the list of all work apps in the launcher. For example,
|
||||
* shows the work apps folder or tab.
|
||||
*
|
||||
* <p>Input: Nothing.
|
||||
* <p>Output: nothing.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_SHOW_WORK_APPS =
|
||||
"android.intent.action.SHOW_WORK_APPS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings for choosing wallpaper.
|
||||
* <p>Input: Nothing.
|
||||
|
||||
Reference in New Issue
Block a user