Enable remote search by default.

This commit is contained in:
Andrew Chen 2012-09-29 07:48:49 -07:00
parent 39e2a973a1
commit 1d0ad3cb38
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class AccountSettings {
R.array.account_settings_vibrate_times_label))
));
s.put("allowRemoteSearch", Settings.versions(
new V(18, new BooleanSetting(false))
new V(18, new BooleanSetting(true))
));
s.put("remoteSearchNumResults", Settings.versions(
new V(18, new IntegerResourceSetting(Account.DEFAULT_REMOTE_SEARCH_NUM_RESULTS,