summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/res/values/defaults.xml
diff options
context:
space:
mode:
authorStevenHarperUK <StevenHarperUK@gmail.com>2012-04-06 16:53:32 +0100
committerRicardo Cerqueira <github@cerqueira.org>2012-04-11 13:38:31 +0100
commitd628aa068e0530070767b42f7c63c98c8f0fc446 (patch)
tree8215d0690b20c058779992439336c01f7e203bd7 /packages/SettingsProvider/res/values/defaults.xml
parent1ebf4a311031695be9c02040ebfa3358bebb8070 (diff)
downloadframeworks_base-d628aa068e0530070767b42f7c63c98c8f0fc446.zip
frameworks_base-d628aa068e0530070767b42f7c63c98c8f0fc446.tar.gz
frameworks_base-d628aa068e0530070767b42f7c63c98c8f0fc446.tar.bz2
Make the volume overlay more functional 1/2
This Patch is to add new Volume Overlay Styles * Make the Icon on left touchable to go to Sound Menu * Always show the Phone Ring volume in expanded (for devices that have phone) * Always show the Alarm volume in expanded mode * Put an Option in Sound menu to choose a Style (see 2/2 patch) - Single : as default - Expandable : Enable the more link to expand all choosen volumes - Expanded : Show all volumes - Off : show no overlay * Fix a BUG that when you linked the volumes you got 2 phone icons * Fix a BUG when linked all volumes did not move when using hard buttons * Fix a BUG when you drag when linked, other expanded did not move * Added a default mode so non-telephone devices get Expandable by default Note : When you are using BT in phone call or the phone normally there is an extra expanded volume Change-Id: Ie716e55ba6d4e89a1a67c59b9934d4e088833c5b
Diffstat (limited to 'packages/SettingsProvider/res/values/defaults.xml')
-rw-r--r--packages/SettingsProvider/res/values/defaults.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SettingsProvider/res/values/defaults.xml b/packages/SettingsProvider/res/values/defaults.xml
index 7b20586..020fc4d 100644
--- a/packages/SettingsProvider/res/values/defaults.xml
+++ b/packages/SettingsProvider/res/values/defaults.xml
@@ -72,6 +72,9 @@
<string name="def_lock_sound" translatable="false">/system/media/audio/ui/Lock.ogg</string>
<string name="def_unlock_sound" translatable="false">/system/media/audio/ui/Unlock.ogg</string>
+ <!-- type of volume overlay - Deaults to -1 so that detection occurs on first load -->
+ <integer name="def_volume_overlay_mode">-1</integer>
+
<!-- Notifications use ringer volume -->
<bool name="def_notifications_use_ring_volume">true</bool>