Settings: Add setting to mute wireless charging sound.

Bug: 19538553
Change-Id: I93228aee38f8eb035025409ce063f3050bf9bb9a
This commit is contained in:
John Spurlock
2015-05-06 17:42:30 -04:00
parent 0d2a8d204b
commit ae91c0a99a
3 changed files with 16 additions and 0 deletions

View File

@@ -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"