API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.app.SearchManager

Added interfaces android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnDismissListener.

Added Methods
void setOnCancelListener(OnCancelListener) Set or clear the callback that will be invoked whenever the search UI is canceled.
void setOnDismissListener(OnDismissListener) Set or clear the callback that will be invoked whenever the search UI is dismissed.
 

Changed Methods
void startSearch(String, boolean, ComponentName, Bundle, boolean) Change in signature from (String, ComponentName, Bundle) to (String, boolean, ComponentName, Bundle, boolean).
Launch search UI.
 

Added Fields
String ACTION_KEY Intent extra data key: Use this key with Intent.ACTION_SEARCH and content.Intent.getIntExtra() to obtain the keycode that the user used to trigger this query.
String ACTION_MSG Intent extra data key: Use this key with Intent.ACTION_SEARCH and content.Intent.getStringExtra() to obtain the action message that was defined for a particular search action key and/or suggestion.
char MENU_KEY This is a shortcut definition for the default menu key to use for invoking search.
int MENU_KEYCODE This is a shortcut definition for the default menu key to use for invoking search.
String SUGGEST_COLUMN_FORMAT Column name for suggestions cursor.
String SUGGEST_COLUMN_ICON_1 Column name for suggestions cursor.
String SUGGEST_COLUMN_ICON_2 Column name for suggestions cursor.
String SUGGEST_COLUMN_INTENT_ACTION Column name for suggestions cursor.
String SUGGEST_COLUMN_INTENT_DATA Column name for suggestions cursor.
String SUGGEST_COLUMN_INTENT_DATA_ID Column name for suggestions cursor.
String SUGGEST_COLUMN_QUERY Column name for suggestions cursor.
String SUGGEST_COLUMN_TEXT_1 Column name for suggestions cursor.
String SUGGEST_COLUMN_TEXT_2 Column name for suggestions cursor.
String SUGGEST_MIME_TYPE MIME type for suggestions data.
String SUGGEST_URI_PATH_QUERY Uri path for queried suggestions data.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff