summaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authorEliseu Massing <eliseu@motorola.com>2014-10-01 17:21:18 -0300
committerRamanan Rajeswaran <ramanan@google.com>2014-10-03 09:29:04 -0700
commitc14d132240d5303de70d992defcd3ac43fad15eb (patch)
tree764d32568cbfdce5a136ad372ed81b5c0b53caee /overlay/packages
parent506b00b5226f549bf3006cca2e9bb1713fc3eb9f (diff)
downloadshamu-c14d132240d5303de70d992defcd3ac43fad15eb.tar.gz
Restricting APN Protocol for any newly created APN to only allow IPv4 for Bell CA
b/17758913
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Settings/res/values-mcc302-mnc610/arrays.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values-mcc302-mnc610/arrays.xml b/overlay/packages/apps/Settings/res/values-mcc302-mnc610/arrays.xml
new file mode 100644
index 00000000..07f5c5c2
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values-mcc302-mnc610/arrays.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2014 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">
+ <!-- Authentication Types used in APN editor -->
+ <string-array name="apn_protocol_entries">
+ <item>IPv4</item>
+ </string-array>
+
+ <string-array translatable="false" name="apn_protocol_values">
+ <item>IP</item>
+ </string-array>
+</resources>