diff options
| author | Andreas Blaesius <skate4life@gmx.de> | 2016-01-27 21:07:13 +0100 |
|---|---|---|
| committer | maxwen <max.weninger@gmail.com> | 2016-01-27 23:33:31 +0100 |
| commit | 08d350b95584305235cd135a8f8cd20d47c5f2dd (patch) | |
| tree | 1a1be65ddc3aaff5433282ff71d5bf25bc651e4d | |
| parent | 19e979a451454cc532150a2e2afea1c51b93d555 (diff) | |
DSPManager: optimize help text
Since Android 6.0 USB audio category doesn't exist anymore.
Remove the count to avoid issues on upcoming updates - supported
categories are mentioned anyway.
-remove some obsolete strings
Change-Id: Iea7f259975ea8346b57fd72992c9f5b4088f04f3
| -rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d185f03..388b8e6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -95,9 +95,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. <string name="category_wm8994_microphone_recording">Microphone</string> <!-- Titles/Summaries --> - <string name="wm8994_settings_title_head">Sound settings</string> - <string name="wm8994_settings_title_subhead">Sound settings</string> - <string name="wm8994_settings_summary_head">Advanced control of the WM8994 sound processor</string> <string name="pref_wm8994_microphone_recording_title">Recording preset</string> <string name="pref_wm8994_headphone_amp_title">Amplifier level</string> <string name="pref_wm8994_headphone_amp_summary">Customize the analog gain</string> @@ -143,7 +140,7 @@ specification, i.e. most music players. \n\n\n <b>Philosophy</b> \n\n -CyanogenMod\'s audio processing supports four different output categories: +CyanogenMod\'s audio processing supports different output categories: wired headset, phone speaker and bluetooth headset. There is a separate configuration panel for each output category. DSP Manager\'s philosophy is to correct each audio output\'s particular deficiencies in order to reach the most |
