From a2debb356d857b2ee1ca26f95ed0136398393acd Mon Sep 17 00:00:00 2001
From: Ed Heyl <>
Date: Fri, 27 Mar 2009 16:52:45 -0700
Subject: [PATCH] AI 143278: Merge 142826: Add tutorial to platform. The
tutorial can be launched with the new Intent ACTION_SYSTEM_TUTORIAL and is
available through Settings->About->System Tutorial
Automated import of CL 143278
---
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 19b3bba921523..a7ac7447933a2 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -29087,6 +29087,17 @@
deprecated="not deprecated"
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. *