From 7f6d27b1ce7537fd8c0e3de9253cf8206ee9057c Mon Sep 17 00:00:00 2001 From: Geoffrey Pitsch Date: Mon, 8 Aug 2016 15:39:33 -0400 Subject: [PATCH] Boot Sounds setting in OtherSoundSettings Uses a persistent system property so it can be accessed by bootanim. BUG:30690353 Change-Id: Iffb7e140074b8bf4b0faabdecbbf163b14360655 --- res/values/strings.xml | 3 +++ res/xml/other_sound_settings.xml | 5 +++++ .../notification/OtherSoundSettings.java | 22 +++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index dc2dd90620e..ad147818cc6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5998,6 +5998,9 @@ Vibrate + + Power on sounds + Do not disturb diff --git a/res/xml/other_sound_settings.xml b/res/xml/other_sound_settings.xml index 66535e38540..da67d0378f3 100644 --- a/res/xml/other_sound_settings.xml +++ b/res/xml/other_sound_settings.xml @@ -55,6 +55,11 @@ android:title="@string/dock_audio_media_title" android:summary="%s" /> + + +