Boot Sounds setting in OtherSoundSettings am: 7f6d27b1ce

am: 56aa7785ae

Change-Id: I27db7465af53db37fbd0c0e7304f56d865276892
This commit is contained in:
Geoffrey Pitsch
2016-08-09 19:55:17 +00:00
committed by android-build-merger
3 changed files with 30 additions and 0 deletions

View File

@@ -5998,6 +5998,9 @@
<!-- Sound: Other sounds: Value for the emergency tone option with value 2: vibrate. [CHAR LIMIT=30] -->
<string name="emergency_tone_vibrate">Vibrate</string>
<!-- Sound: Other sounds: Title for the option enabling boot sounds. [CHAR LIMIT=30] -->
<string name="boot_sounds_title">Power on sounds</string>
<!-- Sound: Title for the Do not Disturb option and associated settings page. [CHAR LIMIT=30] -->
<string name="zen_mode_settings_title">Do not disturb</string>

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"