summaryrefslogtreecommitdiffstats
path: root/AriesParts/res/xml/main.xml
diff options
context:
space:
mode:
authorjt1134 <jt1134@gmail.com>2012-06-03 03:30:47 -0500
committerjt1134 <jt1134@gmail.com>2012-06-04 23:04:14 -0500
commitcd22b8edae1eda959013e73ffa7eec1ecd947cdf (patch)
tree7e8e1184f704ce538543a31776b0d5dfe46c2b9a /AriesParts/res/xml/main.xml
parentbf0b021ce9a5de773b33e42d1ea98fe7908e644d (diff)
downloaddevice_samsung_aries-common-cd22b8edae1eda959013e73ffa7eec1ecd947cdf.zip
device_samsung_aries-common-cd22b8edae1eda959013e73ffa7eec1ecd947cdf.tar.gz
device_samsung_aries-common-cd22b8edae1eda959013e73ffa7eec1ecd947cdf.tar.bz2
AriesParts: add controls for CDMA in-call volume settings
requires kernel patch: http://review.cyanogenmod.com/#/c/17019/ Patch-set 2: * completely disable volume boost category on unsupported device * fix whitespace Patch-set 3: * remove extraneous setEnabled() call * add KEY constant for volume boost category Change-Id: Ic34f873e9b95b724cb2b94deec393ac92c11e3be
Diffstat (limited to 'AriesParts/res/xml/main.xml')
-rw-r--r--AriesParts/res/xml/main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 66876f2..c371a4f 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -59,4 +59,15 @@
android:entryValues="@array/tvout_system_entries_values"
android:defaultValue="2" />
</PreferenceCategory>
+
+ <PreferenceCategory
+ android:title="@string/category_volume_boost_title"
+ android:key="category_volume_boost">
+ <!-- Volume Boost -->
+ <com.cyanogenmod.settings.device.VolumeBoostPreference
+ android:key="volume_boost"
+ android:title="@string/volume_boost_title_head"
+ android:summary="@string/volume_boost_summary_head" />
+ </PreferenceCategory>
+
</PreferenceScreen>