diff options
author | Jing Zhao <zhaojing@motorola.com> | 2014-08-26 14:44:02 -0500 |
---|---|---|
committer | Vineeta Srivastava <vsrivastava@google.com> | 2014-08-28 16:22:19 +0000 |
commit | f04d69a1d405f88b2bebacd63c77e91789e81616 (patch) | |
tree | efeb3d3a5f51965134a76557155387eb74387375 /res/values-mcc001-mnc010 | |
parent | ddc9b2ce2377edd7ce914813be374c91be150569 (diff) | |
download | packages_apps_Settings-f04d69a1d405f88b2bebacd63c77e91789e81616.zip packages_apps_Settings-f04d69a1d405f88b2bebacd63c77e91789e81616.tar.gz packages_apps_Settings-f04d69a1d405f88b2bebacd63c77e91789e81616.tar.bz2 |
Test APNs
Add test APNs to carriers table.
Enable APN Setting editing for testing PLMNs.
Allow user to toggle carrier_enabled for test APNs.
Bug: 17136661
Change-Id: Ieabfac5ea02a5b9971c7050d8278ad0095863e3a
Diffstat (limited to 'res/values-mcc001-mnc010')
-rwxr-xr-x | res/values-mcc001-mnc010/config.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-mcc001-mnc010/config.xml b/res/values-mcc001-mnc010/config.xml new file mode 100755 index 0000000..76127d4 --- /dev/null +++ b/res/values-mcc001-mnc010/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 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"> + + <!-- Carrier_enabled editable --> + <bool name="config_allow_edit_carrier_enabled" translatable="false">true</bool> +</resources> |