Bug 1064677 - Part 1: Default stumbler pref to 'off'. r=rnewman

This commit is contained in:
Garvan Keeley 2014-09-15 15:43:00 -04:00
Родитель e5cbd10e82
Коммит 28000ced54
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -891,7 +891,7 @@ OnSharedPreferenceChangeListener
* <code>PREFS_STUMBLER_ENABLED</code> pref.
*/
public static void broadcastStumblerPref(final Context context) {
final boolean value = getBooleanPref(context, PREFS_GEO_REPORTING, true);
final boolean value = getBooleanPref(context, PREFS_GEO_REPORTING, false);
broadcastStumblerPref(context, value);
}