Merge "Add a "More" item for the new default apps list."

This commit is contained in:
TreeHugger Robot
2019-04-01 22:07:07 +00:00
committed by Android (Google) Code Review
2 changed files with 17 additions and 0 deletions

View File

@@ -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.
*