summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc314
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-09-28 18:01:48 -0700
committerEric Laurent <elaurent@google.com>2012-10-02 08:46:26 -0700
commitd640bd325c3be9a350058c835b880a7e0b40dc60 (patch)
treec1d50f4e2bd48b666e6f062fc4ae1c77fbfd5fd1 /core/res/res/values-mcc314
parentbd27ea2e125efd57676d34b4d6f24445f139c2e7 (diff)
downloadframeworks_base-d640bd325c3be9a350058c835b880a7e0b40dc60.zip
frameworks_base-d640bd325c3be9a350058c835b880a7e0b40dc60.tar.gz
frameworks_base-d640bd325c3be9a350058c835b880a7e0b40dc60.tar.bz2
enable safe media volume according to country
Enable safe headphone volume feature for all countries that do not opt otherwise in their mmc configuration. Opt out for US. Bug 7231029. Change-Id: I2619d627508eb2cd1f73db9242e0cb5efa839a2a
Diffstat (limited to 'core/res/res/values-mcc314')
-rw-r--r--core/res/res/values-mcc314/config.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/res/res/values-mcc314/config.xml b/core/res/res/values-mcc314/config.xml
new file mode 100644
index 0000000..df398f9
--- /dev/null
+++ b/core/res/res/values-mcc314/config.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2012, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Whether safe headphone volume is enabled or not (country specific). -->
+ <bool name="config_safe_media_volume_enabled">false</bool>
+
+</resources>