diff options
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 2d89e29..ca4b881 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -179,6 +179,15 @@ <bool name="config_samsung_stk">true</bool> <!-- Boolean to enable Stylus gestures --> - <!--<bool name="config_stylusGestures">true</bool>--> + <bool name="config_stylusGestures">true</bool> + + <!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> + <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- The RadioAccessFamilies supported by the device. + Empty is viewed as "all". Only used on devices which + don't support RIL_REQUEST_GET_RADIO_CAPABILITY + format is UMTS|LTE|... --> + <string translatable="false" name="config_radio_access_family">GPRS|EDGE|UMTS|HSDPA|HSUPA|HSPA|LTE|HSPAP|GSM|WCDMA</string> </resources> |
