diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2015-11-09 10:09:39 -0600 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2015-11-09 10:09:39 -0600 |
| commit | ddd4eb0186dd1ad549a2a1e07ca52890be0b64ee (patch) | |
| tree | 00e4bbfd16191220251250bd5faa86c0220f67e3 | |
| parent | 56cd47b48b419c1b6b225299e5a0f9f260c0e292 (diff) | |
overlay: set radio access family
Change-Id: I99fa7262f676f7eb605493a0e07f5629c516d4b9
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 28 |
1 files changed, 28 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..f73091d --- /dev/null +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2012, The Android Open Source 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 translatable="false" name="config_radio_access_family">GSM|WCDMA|LTE</string> + +</resources> |
