diff --git a/api/current.xml b/api/current.xml index 63cb4bc878408..d26f4f65deb7d 100644 --- a/api/current.xml +++ b/api/current.xml @@ -28566,6 +28566,17 @@ visibility="public" > + + 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. *