Automated import from //branches/cupcake/...@142825,142825

This commit is contained in:
Jim Miller
2009-03-25 18:16:41 -07:00
committed by The Android Open Source Project
parent d6ab043da8
commit 7e4ad35590
2 changed files with 20 additions and 0 deletions

View File

@@ -28566,6 +28566,17 @@
visibility="public"
>
</field>
<field name="ACTION_SYSTEM_TUTORIAL"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.intent.action.SYSTEM_TUTORIAL&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="ACTION_TIMEZONE_CHANGED"
type="java.lang.String"
transient="false"

View File

@@ -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
* <p>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.
* <p>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.
* <p>