commit | 8d1538237847baf381787b881141f8c0478bef5b | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Mon Jun 22 10:31:44 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Mon Jun 22 13:51:48 2009 +0100 |
tree | df7f744d0994a336b4274201e28c5d5461d50a4d | |
parent | 97325db8565ad503b86d9a0f602b2d001b5cee13 [diff] |
Make all static methods in SearchManager non-static. They were only static because of a now removed restriction that only activity contexts could instantiate SearchManager. This only changes hidden APIs, but all users of the changed methods must be updated to use them non-statically before this is submitted.