Add mono audio to SoundSettings
Bug: 15283594 Bug: 22700363 Change-Id: Ic4571dee4567a94265bbcf11d08108b19687b284
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
android:title="@string/vibrate_when_ringing_title"
|
||||
android:persistent="false" />
|
||||
|
||||
<!-- Master mono -->
|
||||
<SwitchPreference
|
||||
android:key="master_mono"
|
||||
android:title="@string/master_mono_title"
|
||||
android:persistent="false"
|
||||
android:summaryOn="@string/master_mono_on"
|
||||
android:summaryOff="@string/master_mono_off" />
|
||||
|
||||
<!-- Interruptions -->
|
||||
<PreferenceScreen
|
||||
android:key="zen_mode"
|
||||
|
||||
Reference in New Issue
Block a user