diff options
| author | rogersb11 <brettrogers11@gmail.com> | 2015-11-27 09:31:09 -0500 |
|---|---|---|
| committer | Brett Rogers <brettrogers11@gmail.com> | 2015-12-02 09:20:56 -0800 |
| commit | c4dbc5ba765a79385e67158f4c1a7e72d922dd7f (patch) | |
| tree | 9ffddff138c15bfeaa187818168e424630a78fd7 /overlay/frameworks | |
| parent | d580c77c61cc19e7ab9089e153930da31cb26706 (diff) | |
| download | device_samsung_t0lte-c4dbc5ba765a79385e67158f4c1a7e72d922dd7f.tar.gz device_samsung_t0lte-c4dbc5ba765a79385e67158f4c1a7e72d922dd7f.tar.bz2 device_samsung_t0lte-c4dbc5ba765a79385e67158f4c1a7e72d922dd7f.zip | |
Radio access family and re-enable stylus gestures
Change-Id: Idd531709bb024c2cdcc4d2aeadb4722f6a999ec7
Diffstat (limited to 'overlay/frameworks')
| -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> |
