summaryrefslogtreecommitdiffstats
path: root/sdk_overlay/frameworks/base/core/res/res/values
diff options
context:
space:
mode:
authorJi-Hwan Lee <jihwan@google.com>2014-04-16 00:18:47 +0900
committerJi-Hwan Lee <jihwan@google.com>2014-04-18 17:29:03 +0900
commit8ce13af5c3c75bf4a16aed5ae190efe7034fc794 (patch)
tree33fb23b83527c4a35b0a4484bd4be0f610837ef2 /sdk_overlay/frameworks/base/core/res/res/values
parentee815bf42879ed189fd6598330793b4fb3992a14 (diff)
downloaddevice_google_atv-8ce13af5c3c75bf4a16aed5ae190efe7034fc794.tar.gz
device_google_atv-8ce13af5c3c75bf4a16aed5ae190efe7034fc794.tar.bz2
device_google_atv-8ce13af5c3c75bf4a16aed5ae190efe7034fc794.zip
Add ATV build including ATV emulator
Change-Id: I8092edfaf2829de897dbadeafcf8f85cb662a4c4
Diffstat (limited to 'sdk_overlay/frameworks/base/core/res/res/values')
-rw-r--r--sdk_overlay/frameworks/base/core/res/res/values/config.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sdk_overlay/frameworks/base/core/res/res/values/config.xml b/sdk_overlay/frameworks/base/core/res/res/values/config.xml
new file mode 100644
index 0000000..110752f
--- /dev/null
+++ b/sdk_overlay/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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>
+
+ <!-- development/sdk_overlay enables voice. Reset to data-only. -->
+ <bool name="config_voice_capable">false</bool>
+
+</resources>