summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SettingsActivity.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-05-28 09:43:45 -0400
committerJohn Spurlock <jspurlock@google.com>2014-05-28 16:37:43 -0400
commit4e4cdeffdb6087c953f44808f14f18554a749bda (patch)
treedb7f823fbe3a0fdbbfe3118a267ee9aaf277e8f9 /src/com/android/settings/SettingsActivity.java
parent9e8bd809fca7c5fccc02bb5671c78e60906bd12a (diff)
downloadpackages_apps_Settings-4e4cdeffdb6087c953f44808f14f18554a749bda.zip
packages_apps_Settings-4e4cdeffdb6087c953f44808f14f18554a749bda.tar.gz
packages_apps_Settings-4e4cdeffdb6087c953f44808f14f18554a749bda.tar.bz2
Settings: Remove sound settings.
- Move the remaining conditional preferences into the combined Sound & Notifications screen. - Refactor the "Other sounds" sub-settings screen to provide a home for the new preferences. - Migrate docking sounds, conditional on config. - Migrate docking media, conditional on config. - Migrate emergency tones, conditional on CDMA. - Move all boilerplate preference <-> setting plumbing into a separate helper. - Since some preferences in Other sounds are now conditional, create a special indexer for searching. - Remove SoundSettings (and xml), create aliases in the manifest to avoid breaking shortcuts. Bug:15279526 Change-Id: I5ae3ecda2f899b1948f7908bd217a799326c2c56
Diffstat (limited to 'src/com/android/settings/SettingsActivity.java')
-rw-r--r--src/com/android/settings/SettingsActivity.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/settings/SettingsActivity.java b/src/com/android/settings/SettingsActivity.java
index a4aa60f..18bab2c 100644
--- a/src/com/android/settings/SettingsActivity.java
+++ b/src/com/android/settings/SettingsActivity.java
@@ -200,7 +200,7 @@ public class SettingsActivity extends Activity
R.id.data_usage_settings,
R.id.wireless_settings,
R.id.device_section,
- R.id.sound_settings,
+ R.id.notification_settings,
R.id.display_settings,
R.id.storage_settings,
R.id.application_settings,
@@ -236,7 +236,6 @@ public class SettingsActivity extends Activity
SpellCheckersSettings.class.getName(),
UserDictionaryList.class.getName(),
UserDictionarySettings.class.getName(),
- SoundSettings.class.getName(),
DisplaySettings.class.getName(),
DeviceInfoSettings.class.getName(),
ManageApplications.class.getName(),