am cfa419b7: Correct comments for startSearch in Activity and SearchManager to explain Donut behavior correctly.

Merge commit 'cfa419b754332e12f8cd45244c2f3bee9d6a74bb' into eclair

* commit 'cfa419b754332e12f8cd45244c2f3bee9d6a74bb':
  Correct comments for startSearch in Activity and SearchManager to explain
This commit is contained in:
Mike LeBeau
2009-08-18 10:59:53 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -2522,7 +2522,7 @@ public class Activity extends ContextThemeWrapper
* no extra data is required. * no extra data is required.
* @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically
* defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default
* search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched.
* If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead.
* *
* @see android.app.SearchManager * @see android.app.SearchManager

View File

@@ -1698,7 +1698,7 @@ public class SearchManager
* no extra data is required. * no extra data is required.
* @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically
* defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default
* search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched.
* If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead.
* *
* @see android.app.Activity#onSearchRequested * @see android.app.Activity#onSearchRequested