summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ApplicationSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/ApplicationSettings.java')
-rw-r--r--src/com/android/settings/ApplicationSettings.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/android/settings/ApplicationSettings.java b/src/com/android/settings/ApplicationSettings.java
index ed7c7a085..da417ec56 100644
--- a/src/com/android/settings/ApplicationSettings.java
+++ b/src/com/android/settings/ApplicationSettings.java
@@ -32,7 +32,6 @@ public class ApplicationSettings extends SettingsPreferenceFragment implements
private static final String KEY_TOGGLE_INSTALL_APPLICATIONS = "toggle_install_applications";
private static final String KEY_APP_INSTALL_LOCATION = "app_install_location";
- private static final String KEY_QUICK_LAUNCH = "quick_launch";
// App installation location. Default is ask the user.
private static final int APP_INSTALL_AUTO = 0;
@@ -74,12 +73,6 @@ public class ApplicationSettings extends SettingsPreferenceFragment implements
}
});
}
-
- if (getResources().getConfiguration().keyboard == Configuration.KEYBOARD_NOKEYS) {
- // No hard keyboard, remove the setting for quick launch
- Preference quickLaunchSetting = findPreference(KEY_QUICK_LAUNCH);
- getPreferenceScreen().removePreference(quickLaunchSetting);
- }
}
protected void handleUpdateAppInstallLocation(final String value) {