summaryrefslogtreecommitdiffstats
path: root/overlay/frameworks/base/core/res/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/frameworks/base/core/res/res/values/config.xml')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 273eff0..f7e2816 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -149,22 +149,15 @@
<item>10</item>
</integer-array>
+ <!-- Is the device LTE capable -->
+ <bool name="config_lte_capable">false</bool>
+
<!-- The default iface on which to monitor data use -->
<string name="config_datause_iface">pdp0</string>
<!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
- <!-- Workaround for devices with broken keyboards -->
- <bool name="config_forceDisableHardwareKeyboard">true</bool>
-
<!-- Boolean to enable stk functionality on Samsung phones -->
<bool name="config_samsung_stk">true</bool>
-
- <!-- Device supports LED flashlight -->
- <bool name="config_enableTorch">true</bool>
-
- <!-- Control whether a car dock event should override the default bluetooth
- audio routing, FORCE_BT_CAR_DOCK, with an analog dock, FORCE_ANALOG_DOCK. -->
- <bool name="config_forceAnalogCarDock">true</bool>
</resources>