diff options
| author | Drgravy <drg113001@gmail.com> | 2016-10-29 17:15:46 -0500 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2016-11-05 22:58:24 -0500 |
| commit | 4da4decff0fce2bfe64365253a192f219d662e49 (patch) | |
| tree | fa43ade4b35acedf34d1afd7f8de08043ac179ef | |
| parent | 43303cecccefe38f519c25fbf98383dc20a6eee0 (diff) | |
revert: d803: remove custom ril class
(reverted from commit 5084157a46b018b17c2cd621c6461c101e3a9a10)
Change-Id: Ic825089992f4c5dc5d8fc068e30eb7a3bd54b2b2
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 29 | ||||
| -rwxr-xr-x | system.prop | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml new file mode 100644 index 0000000..03bf0d3 --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2015, The CyanogenMod 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 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 name="config_radio_access_family" translatable="false">LTE|WCDMA|GSM</string> + + +</resources> diff --git a/system.prop b/system.prop index ec04184..af63c7d 100755 --- a/system.prop +++ b/system.prop @@ -5,3 +5,4 @@ # RIL telephony.lteOnGsmDevice=1 ro.telephony.default_network=9 +ro.telephony.ril_class=LgeLteRIL |
