diff options
| author | scoty <scoty755@gmail.com> | 2013-12-11 21:46:55 +0900 |
|---|---|---|
| committer | scoty <scoty755@gmail.com> | 2013-12-11 21:46:55 +0900 |
| commit | 48c80ad416b2c6a0c3b0811cf28e8c4bcef249bb (patch) | |
| tree | 775bda24fbea230a29c4e86bab8b178c36f8db18 | |
| parent | 110a39ab4905be5ad0914baed5141aabed246d21 (diff) | |
Set:default APN for DCM
| -rw-r--r-- | overlay/ packages/providers/ TelephonyProvider/res/values /config.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/overlay/ packages/providers/ TelephonyProvider/res/values /config.xml b/overlay/ packages/providers/ TelephonyProvider/res/values /config.xml new file mode 100644 index 0000000..9341431 --- /dev/null +++ b/overlay/ packages/providers/ TelephonyProvider/res/values /config.xml @@ -0,0 +1,25 @@ +<?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 preferred APN to use, in the format name,mcc,mnc + Leave empty to choose automatically. --> + <string name="config_preferred_apn">sp-mode,440,10</string> +</resources>
\ No newline at end of file |
