Settings: Add setting to mute wireless charging sound.
Bug: 19538553 Change-Id: I93228aee38f8eb035025409ce063f3050bf9bb9a
This commit is contained in:
@@ -5969,6 +5969,9 @@
|
||||
<!-- Sound & notification > Other sounds: Title for the option enabling touch sounds for screen locking sounds. [CHAR LIMIT=30] -->
|
||||
<string name="screen_locking_sounds_title">Screen locking sounds</string>
|
||||
|
||||
<!-- Sound & notification > Other sounds: Title for the option enabling charging sounds. [CHAR LIMIT=30] -->
|
||||
<string name="charging_sounds_title">Charging sounds</string>
|
||||
|
||||
<!-- Sound & notification > Other sounds: Title for the option enabling docking sounds. [CHAR LIMIT=30] -->
|
||||
<string name="docking_sounds_title">Docking sounds</string>
|
||||
|
||||
|
@@ -35,6 +35,14 @@
|
||||
android:switchTextOn=""
|
||||
android:persistent="false" />
|
||||
|
||||
<!-- Charging sounds -->
|
||||
<SwitchPreference
|
||||
android:key="charging_sounds"
|
||||
android:title="@string/charging_sounds_title"
|
||||
android:switchTextOff=""
|
||||
android:switchTextOn=""
|
||||
android:persistent="false" />
|
||||
|
||||
<!-- Docking sounds -->
|
||||
<SwitchPreference
|
||||
android:key="docking_sounds"
|
||||
|
Reference in New Issue
Block a user