diff options
| author | deadman96385 <seanhoyt963@gmail.com> | 2014-12-20 14:26:55 -0500 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-12-20 20:00:38 +0000 |
| commit | ee07c5369ff91190a71eb0e98341b1c4b0e16ec0 (patch) | |
| tree | f3006b5228514171f5dba3b717d0015c2f3b0ab2 | |
| parent | bd6f9c4b7e5415e05294116b1d210f9e298f957e (diff) | |
telephony: show apn settings
Change-Id: Ib1fe523f0531993b6723556608825b59133c3c6f
| -rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml new file mode 100644 index 0000000..317ef24 --- /dev/null +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 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. +--> + +<!-- Phone app resources that may need to be customized + for different hardware or product builds. --> +<resources> + + <!-- Show APN Settings for some CDMA carriers --> + <bool name="config_show_apn_setting_cdma">true</bool> + +</resources>
\ No newline at end of file |
