summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/values/config.xml
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-06-26 14:51:41 -0400
committersbrissen <sbrissen@hotmail.com>2013-06-26 14:56:40 -0400
commit5d158f44a728e13b4e0bdd0eb76b53e9e2afd451 (patch)
tree6803aaa71e62e39957bd11171f9289b40d83a370 /DeviceSettings/res/values/config.xml
parent8edc118366badac67985d55e0eaf5fe8b48fd331 (diff)
downloaddevice_samsung_smdk4412-common-5d158f44a728e13b4e0bdd0eb76b53e9e2afd451.zip
device_samsung_smdk4412-common-5d158f44a728e13b4e0bdd0eb76b53e9e2afd451.tar.gz
device_samsung_smdk4412-common-5d158f44a728e13b4e0bdd0eb76b53e9e2afd451.tar.bz2
DeviceSettings: add more overlays
Devices such as t0ltevzw don't have hspa and the p4noteltevzw(tablet) doesn't have touchkeys, so this will allow them to be disabled. Change-Id: I5c37f84c9266289e50043e82193ce3d77fb072f1
Diffstat (limited to 'DeviceSettings/res/values/config.xml')
-rw-r--r--DeviceSettings/res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/DeviceSettings/res/values/config.xml b/DeviceSettings/res/values/config.xml
index a42c049..5fdb6ac 100644
--- a/DeviceSettings/res/values/config.xml
+++ b/DeviceSettings/res/values/config.xml
@@ -43,4 +43,10 @@
<string name="audioout_default_value" translatable="false">50</string>
<string name="audioout_min_value" translatable="false">0</string>
+ <!-- HSPA -->
+ <bool name="has_hspa">true</bool>
+
+ <!-- Touchkey -->
+ <bool name="has_touchkey">true</bool>
+
</resources>