1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Enable remote search by default.

This commit is contained in:
Andrew Chen 2012-09-29 07:48:49 -07:00
parent 39e2a973a1
commit 1d0ad3cb38

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,