diff --git a/api/current.xml b/api/current.xml index 19b3bba921523..a7ac7447933a2 100644 --- a/api/current.xml +++ b/api/current.xml @@ -29087,6 +29087,17 @@ deprecated="not deprecated" visibility="public" > + + diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index c514df754cef7..429c060993b21 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -966,6 +966,15 @@ public class Intent implements Parcelable { */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) public static final String ACTION_SEARCH = "android.intent.action.SEARCH"; + /** + * Activity Action: Start the platform-defined tutorial + *

Input: {@link android.app.SearchManager#QUERY getStringExtra(SearchManager.QUERY)} + * is the text to search for. If empty, simply + * enter your search results Activity with the search UI activated. + *

Output: nothing. + */ + @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) + public static final String ACTION_SYSTEM_TUTORIAL = "android.intent.action.SYSTEM_TUTORIAL"; /** * Activity Action: Perform a web search. *