diff options
| author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-09-09 08:37:22 -0500 |
|---|---|---|
| committer | Drgravy <drg113001@gmail.com> | 2016-10-28 20:25:27 -0500 |
| commit | 5084157a46b018b17c2cd621c6461c101e3a9a10 (patch) | |
| tree | 8e76dd7c8f4b031889921384695afe180a6610af | |
| parent | 91108c2c9a067c694bc18c19433478ecdb4cae1b (diff) | |
d803: remove custom ril classn7.0
Change-Id: Ibff8d004140c3db3bd144738aecb399edd494fa1
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 29 | ||||
| -rwxr-xr-x | system.prop | 1 |
2 files changed, 0 insertions, 30 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml deleted file mode 100644 index 03bf0d3..0000000 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?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 af63c7d..ec04184 100755 --- a/system.prop +++ b/system.prop @@ -5,4 +5,3 @@ # RIL telephony.lteOnGsmDevice=1 ro.telephony.default_network=9 -ro.telephony.ril_class=LgeLteRIL |
