Bug 1065454 - Disable new tablet UI by default (r=mcomella, a=merge)

This commit is contained in:
Lucas Rocha 2014-09-11 14:11:25 +01:00
parent 92c68c7753
commit 42250f187d
2 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ import org.mozilla.gecko.preferences.GeckoPreferences;
import org.mozilla.gecko.util.HardwareUtils;
public class NewTabletUI {
// XXX: Change default value to false before merging to m-c.
// This value should be in sync with preferences_display.xml.
private static final boolean DEFAULT = true;
private static final boolean DEFAULT = false;
private static Boolean sNewTabletUI;

View File

@ -29,7 +29,7 @@
because this is just a temporary development toggle. -->
<CheckBoxPreference android:key="android.not_a_preference.new_tablet_ui"
android:title="Enable new tablet UI"
android:defaultValue="true" />
android:defaultValue="false" />
<PreferenceCategory android:title="@string/pref_category_advanced">