Merge "Add a "More" item for the new default apps list."
This commit is contained in:
committed by
Android (Google) Code Review
commit
817d9b671f
@@ -1500,6 +1500,22 @@ public final class Settings {
|
||||
public static final String ACTION_MANAGE_DEFAULT_APPS_SETTINGS
|
||||
= "android.settings.MANAGE_DEFAULT_APPS_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show More default apps settings.
|
||||
* <p>
|
||||
* In some cases, a matching Activity may not exist, so ensure you safeguard against this.
|
||||
* <p>
|
||||
* Input: Nothing.
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
@SystemApi
|
||||
public static final String ACTION_MANAGE_MORE_DEFAULT_APPS_SETTINGS =
|
||||
"android.settings.MANAGE_MORE_DEFAULT_APPS_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show notification settings.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user