Backout 3b36af7151ec, bug 1093621, talos regression (r=backout)

This commit is contained in:
Lucas Rocha 2014-11-05 14:18:29 +00:00
parent f57a918889
commit a84a16e4e7
2 changed files with 3 additions and 6 deletions

View File

@ -7,15 +7,12 @@ package org.mozilla.gecko;
import android.content.Context;
import android.content.SharedPreferences;
import org.mozilla.gecko.AppConstants;
import org.mozilla.gecko.preferences.GeckoPreferences;
import org.mozilla.gecko.util.HardwareUtils;
public class NewTabletUI {
// This value should be in sync with preferences_display.xml. On non-release
// builds, the preference UI will be hidden and the (unused) default
// preference UI value will still be 'true'.
private static final boolean DEFAULT = !AppConstants.RELEASE_BUILD;
// This value should be in sync with preferences_display.xml.
private static final boolean DEFAULT = false;
private static Boolean sNewTabletUI;

View File

@ -27,7 +27,7 @@
<CheckBoxPreference android:key="android.not_a_preference.new_tablet_ui"
android:title="@string/new_tablet_pref"
android:defaultValue="true" />
android:defaultValue="false" />
<PreferenceCategory android:title="@string/pref_category_advanced">