Boot Sounds setting in OtherSoundSettings

Uses a persistent system property so it can be accessed by bootanim.

BUG:30690353
Change-Id: Iffb7e140074b8bf4b0faabdecbbf163b14360655
This commit is contained in:
Geoffrey Pitsch
2016-08-08 15:39:33 -04:00
parent a353d3fa5f
commit 7f6d27b1ce
3 changed files with 30 additions and 0 deletions

View File

@@ -55,6 +55,11 @@
android:title="@string/dock_audio_media_title"
android:summary="%s" />
<!-- Boot sounds -->
<SwitchPreference
android:key="boot_sounds"
android:title="@string/boot_sounds_title" />
<!-- Emergency tone -->
<DropDownPreference
android:key="emergency_tone"