From 303736d17de11dbc0a633cbfc130e9dadd50f6e2 Mon Sep 17 00:00:00 2001 From: Jim Miller <> Date: Wed, 25 Mar 2009 18:18:34 -0700 Subject: Automated import from //branches/donutburger/...@142826,142826 --- 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 d366f29..5dd99ed 100644 --- a/api/current.xml +++ b/api/current.xml @@ -28632,6 +28632,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. *

* Input: {@link android.app.SearchManager#QUERY -- cgit v1.1