From 7e4ad355903797983c96f57ddd11bbb73a563b30 Mon Sep 17 00:00:00 2001 From: Jim Miller <> Date: Wed, 25 Mar 2009 18:16:41 -0700 Subject: [PATCH] Automated import from //branches/cupcake/...@142825,142825 --- api/current.xml | 11 +++++++++++ core/java/android/content/Intent.java | 9 +++++++++ 2 files changed, 20 insertions(+) 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. *
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. *