Files
frameworks_base/core/java/android
Bjorn Bringert a68ca641e6 Remove checks for Activity Context when creating SearchManager
Since https://android-git.corp.google.com/g/3880
all activities create a SearchManager object, to handle
saving and restoring the search dialog. This broke
ActivityUnitTestCase, since ApplicationContext.getSearchManager()
threw an exception in non-activity contexts.
This change removes the activity context check from
getSearchManager(). Since SearchManager is now just a thin
wrapper for SearchManagerService, there shouldn't be anything
activity-specific in it.

Fixes http://b/issue?id=1926254
2009-06-22 10:05:48 +01:00
..
2009-05-13 17:51:37 -07:00
2009-06-16 17:07:21 -07:00
2009-06-18 18:36:37 -07:00
2009-06-18 17:01:37 -07:00
2009-06-16 13:17:50 -07:00