From 4d50ed1a2d60882d55eccef92407097c7538c53a Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 23 Jun 2013 22:19:15 +1000 Subject: i9305: user configureable voice/streaming volumes This uses 4 files to store the voice volume: incall_earpiece, incall_headphone, incall_speaker, incall_bt, and 2 for streaming volume: out_speaker, out_headphone located /data/local/audio. (based on http://review.cyanogenmod.org/#/c/43834 by Scott Brissenden) Change-Id: Ia4d9793786303156895b3f76b9e3a7831848b062 Requires: http://review.cyanogenmod.org/#/c/44098 --- .../apps/DeviceSettings/res/values/config.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 overlay/packages/apps/DeviceSettings/res/values/config.xml (limited to 'overlay') diff --git a/overlay/packages/apps/DeviceSettings/res/values/config.xml b/overlay/packages/apps/DeviceSettings/res/values/config.xml new file mode 100644 index 0000000..74f963a --- /dev/null +++ b/overlay/packages/apps/DeviceSettings/res/values/config.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + + -- cgit v1.1