Move base resources to telephony
* Removes all base resources that exist also in telephony so that there is not overlap. * Overlays are coming in the next CL (the build doesn't break even with overlays missing overlays.) Bug: 149401237 Test: TeleServiceTests Change-Id: I6b389f4f155c9d5a6f23a7ca3ff47db0e5a93208
This commit is contained in:
@@ -96,7 +96,7 @@ public class ResourcesPerfTest {
|
||||
final BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
|
||||
TypedValue value = new TypedValue();
|
||||
while (state.keepRunning()) {
|
||||
mRes.getValue(com.android.internal.R.string.mmcc_illegal_me, value,
|
||||
mRes.getValue(com.android.internal.R.string.android_upgrading_apk, value,
|
||||
false /* resolve_refs */);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,92 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/parentPanel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginRight="8dip"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView android:id="@+id/sms_short_code_confirm_message"
|
||||
style="?android:attr/textAppearanceMedium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="20dip"
|
||||
android:paddingRight="20dip"
|
||||
android:paddingTop="16dip"
|
||||
android:paddingBottom="16dip" />
|
||||
|
||||
<TableLayout android:id="@+id/sms_short_code_detail_layout"
|
||||
android:shrinkColumns="1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="16dip"
|
||||
android:paddingRight="16dip">
|
||||
|
||||
<TableRow
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<ImageView android:id="@+id/sms_short_code_coins_icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingLeft="8dip"
|
||||
android:paddingRight="8dip"
|
||||
android:src="@drawable/ic_coins_l" />
|
||||
<TextView android:id="@+id/sms_short_code_detail_message"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
</TableRow>
|
||||
|
||||
<TableRow
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" >
|
||||
<RelativeLayout android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="12dip"
|
||||
android:paddingLeft="8dip" >
|
||||
<CheckBox android:id="@+id/sms_short_code_remember_choice_checkbox"
|
||||
android:paddingTop="11dip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
</RelativeLayout>
|
||||
<TextView android:id="@+id/sms_short_code_remember_choice_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="18dip"
|
||||
android:text="@string/sms_short_code_remember_choice" />
|
||||
</TableRow>
|
||||
|
||||
<TableRow
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" >
|
||||
|
||||
<Space android:layout_gravity="fill" />
|
||||
<TextView android:id="@+id/sms_short_code_remember_undo_instruction"
|
||||
android:paddingTop="10dip"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
</TableRow>
|
||||
|
||||
</TableLayout>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">true</bool>
|
||||
</resources>
|
||||
@@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1358</integer>
|
||||
|
||||
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true;BAE0000000000000</string>
|
||||
</resources>
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2017, 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">
|
||||
|
||||
<bool name="config_use_sim_language_file">true</bool>
|
||||
|
||||
</resources>
|
||||
@@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern">
|
||||
<item>"92"</item>
|
||||
<item>"93"</item>
|
||||
<item>"94"</item>
|
||||
<item>"95"</item>
|
||||
<item>"96"</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
@@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern">
|
||||
<item>"92"</item>
|
||||
<item>"93"</item>
|
||||
<item>"94"</item>
|
||||
<item>"95"</item>
|
||||
<item>"96"</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
@@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
</resources>
|
||||
@@ -31,8 +31,4 @@
|
||||
<item>9</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Do not set the system language as value of EF LI/EF PL -->
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
|
||||
</resources>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Do not set the system language as value of EF LI/EF PL -->
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
|
||||
</resources>
|
||||
@@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<integer name="config_mobile_mtu">1410</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. Do not translate. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1410</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1428</integer>
|
||||
|
||||
</resources>
|
||||
@@ -29,8 +29,5 @@
|
||||
<item>7</item>
|
||||
<item>9</item>
|
||||
</integer-array>
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1430</integer>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. Do not translate. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1430</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1358</integer>
|
||||
|
||||
</resources>
|
||||
@@ -34,10 +34,4 @@
|
||||
<item>83</item>
|
||||
</string-array>
|
||||
|
||||
<bool name="config_auto_attach_data_on_creation">false</bool>
|
||||
|
||||
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string>
|
||||
|
||||
<bool name="config_use_sim_language_file">true</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,38 +21,8 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1422</integer>
|
||||
|
||||
<!-- If this value is true, The mms content-disposition field is supported correctly.
|
||||
If false, Content-disposition fragments are ignored -->
|
||||
<bool name="config_mms_content_disposition_support">false</bool>
|
||||
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" >
|
||||
<item>2</item>
|
||||
<item>74</item>
|
||||
<item>124</item>
|
||||
<item>125</item>
|
||||
<item>126</item>
|
||||
<item>157</item>
|
||||
<item>158</item>
|
||||
<item>159</item>
|
||||
<item>193</item>
|
||||
<item>194</item>
|
||||
<item>195</item>
|
||||
<item>196</item>
|
||||
<item>197</item>
|
||||
<item>198</item>
|
||||
<item>228</item>
|
||||
<item>229</item>
|
||||
<item>230</item>
|
||||
<item>231</item>
|
||||
<item>232</item>
|
||||
<item>233</item>
|
||||
<item>234</item>
|
||||
<item>235</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<string-array translatable="false" name="config_twoDigitNumberPattern">
|
||||
<item>"0"</item>
|
||||
<item>"00"</item>
|
||||
<item>"*0"</item>
|
||||
<item>"*1"</item>
|
||||
<item>"*2"</item>
|
||||
<item>"*3"</item>
|
||||
<item>"*4"</item>
|
||||
<item>"*5"</item>
|
||||
<item>"*6"</item>
|
||||
<item>"*7"</item>
|
||||
<item>"*8"</item>
|
||||
<item>"*9"</item>
|
||||
<item>"#0"</item>
|
||||
<item>"#1"</item>
|
||||
<item>"#2"</item>
|
||||
<item>"#3"</item>
|
||||
<item>"#4"</item>
|
||||
<item>"#5"</item>
|
||||
<item>"#6"</item>
|
||||
<item>"#7"</item>
|
||||
<item>"#8"</item>
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
</resources>
|
||||
@@ -20,34 +20,6 @@
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1410</integer>
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern">
|
||||
<item>"0"</item>
|
||||
<item>"00"</item>
|
||||
<item>"*0"</item>
|
||||
<item>"*1"</item>
|
||||
<item>"*2"</item>
|
||||
<item>"*3"</item>
|
||||
<item>"*4"</item>
|
||||
<item>"*5"</item>
|
||||
<item>"*6"</item>
|
||||
<item>"*7"</item>
|
||||
<item>"*8"</item>
|
||||
<item>"*9"</item>
|
||||
<item>"#0"</item>
|
||||
<item>"#1"</item>
|
||||
<item>"#2"</item>
|
||||
<item>"#3"</item>
|
||||
<item>"#4"</item>
|
||||
<item>"#5"</item>
|
||||
<item>"#6"</item>
|
||||
<item>"#7"</item>
|
||||
<item>"#8"</item>
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -21,10 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned MM#2</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed MM#3</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -34,12 +34,6 @@
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_vt_available">true</bool>
|
||||
|
||||
<bool name="config_auto_attach_data_on_creation">false</bool>
|
||||
|
||||
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">true</string>
|
||||
|
||||
<bool name="config_use_sim_language_file">true</bool>
|
||||
|
||||
<!-- Enable 5 bar signal strength icon -->
|
||||
<bool name="config_inflateSignalStrength">true</bool>
|
||||
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
<?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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" >
|
||||
<item>2</item>
|
||||
<item>74</item>
|
||||
<item>124</item>
|
||||
<item>125</item>
|
||||
<item>126</item>
|
||||
<item>157</item>
|
||||
<item>158</item>
|
||||
<item>159</item>
|
||||
<item>193</item>
|
||||
<item>194</item>
|
||||
<item>195</item>
|
||||
<item>196</item>
|
||||
<item>197</item>
|
||||
<item>198</item>
|
||||
<item>228</item>
|
||||
<item>229</item>
|
||||
<item>230</item>
|
||||
<item>231</item>
|
||||
<item>232</item>
|
||||
<item>233</item>
|
||||
<item>234</item>
|
||||
<item>235</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
@@ -1,54 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1422</integer>
|
||||
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" >
|
||||
<item>2</item>
|
||||
<item>74</item>
|
||||
<item>124</item>
|
||||
<item>125</item>
|
||||
<item>126</item>
|
||||
<item>157</item>
|
||||
<item>158</item>
|
||||
<item>159</item>
|
||||
<item>193</item>
|
||||
<item>194</item>
|
||||
<item>195</item>
|
||||
<item>196</item>
|
||||
<item>197</item>
|
||||
<item>198</item>
|
||||
<item>228</item>
|
||||
<item>229</item>
|
||||
<item>230</item>
|
||||
<item>231</item>
|
||||
<item>232</item>
|
||||
<item>233</item>
|
||||
<item>234</item>
|
||||
<item>235</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
@@ -21,38 +21,8 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1422</integer>
|
||||
|
||||
<!-- If this value is true, The mms content-disposition field is supported correctly.
|
||||
If false, Content-disposition fragments are ignored -->
|
||||
<bool name="config_mms_content_disposition_support">false</bool>
|
||||
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" >
|
||||
<item>2</item>
|
||||
<item>74</item>
|
||||
<item>124</item>
|
||||
<item>125</item>
|
||||
<item>126</item>
|
||||
<item>157</item>
|
||||
<item>158</item>
|
||||
<item>159</item>
|
||||
<item>193</item>
|
||||
<item>194</item>
|
||||
<item>195</item>
|
||||
<item>196</item>
|
||||
<item>197</item>
|
||||
<item>198</item>
|
||||
<item>228</item>
|
||||
<item>229</item>
|
||||
<item>230</item>
|
||||
<item>231</item>
|
||||
<item>232</item>
|
||||
<item>233</item>
|
||||
<item>234</item>
|
||||
<item>235</item>
|
||||
</integer-array>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2019, 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">
|
||||
<string-array translatable="false" name="config_twoDigitNumberPattern">
|
||||
<item>"0"</item>
|
||||
<item>"00"</item>
|
||||
<item>"*0"</item>
|
||||
<item>"*1"</item>
|
||||
<item>"*2"</item>
|
||||
<item>"*3"</item>
|
||||
<item>"*4"</item>
|
||||
<item>"*5"</item>
|
||||
<item>"*6"</item>
|
||||
<item>"*7"</item>
|
||||
<item>"*8"</item>
|
||||
<item>"*9"</item>
|
||||
<item>"#0"</item>
|
||||
<item>"#1"</item>
|
||||
<item>"#2"</item>
|
||||
<item>"#3"</item>
|
||||
<item>"#4"</item>
|
||||
<item>"#5"</item>
|
||||
<item>"#6"</item>
|
||||
<item>"#7"</item>
|
||||
<item>"#8"</item>
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/* //device/apps/common/assets/res/any/strings.xml
|
||||
**
|
||||
** Copyright 2006, 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">
|
||||
<string name="mmcc_illegal_me">Phone not allowed MM#6</string>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -30,9 +30,4 @@
|
||||
<item>7</item>
|
||||
<item>9</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array translatable="false" name="config_twoDigitNumberPattern">
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2017, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
|
||||
<string-array translatable="false" name="config_twoDigitNumberPattern">
|
||||
<item>"#9"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1422</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1420</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1420</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1440</integer>
|
||||
|
||||
</resources>
|
||||
@@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1428</integer>
|
||||
|
||||
<!-- Do not set the system language as value of EF LI/EF PL -->
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
|
||||
</resources>
|
||||
@@ -21,13 +21,6 @@
|
||||
for different hardware and product builds. -->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1450</integer>
|
||||
|
||||
<!-- Do not set the system language as value of EF LI/EF PL -->
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
|
||||
<!-- Configures encoding type to parse the User Data of an SMS for reserved TP-DCS value.
|
||||
Refer to SmsConstants.java
|
||||
ENCODING_UNKNOWN = 0;
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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>
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
</resources>
|
||||
@@ -31,8 +31,4 @@
|
||||
<item>9</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Configure mobile network MTU. Carrier specific value is set here.
|
||||
-->
|
||||
<integer name="config_mobile_mtu">1400</integer>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- call barring MMI code from TS 22.030 Annex B
|
||||
Indonesia AXIS does not support Call Barring service
|
||||
and "333" is used for other purpose -->
|
||||
<string-array translatable="false" name="config_callBarringMMI">
|
||||
</string-array>
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2013, 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">
|
||||
<!-- call barring MMI code from TS 22.030 Annex B
|
||||
Indonesia Hutchison does not support Call Barring service
|
||||
and "333" is used for other purpose -->
|
||||
<string-array translatable="false" name="config_callBarringMMI">
|
||||
</string-array>
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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 my 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>
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern">
|
||||
<item>"*1"</item>
|
||||
<item>"*5"</item>
|
||||
<item>"*9"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2016, 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 my 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.
|
||||
*/
|
||||
-->
|
||||
|
||||
<!-- These resources are around just to allow their values to be customized
|
||||
for different hardware and product builds. -->
|
||||
<resources>
|
||||
<string-array translatable="false" name="config_twoDigitNumberPattern">
|
||||
<item>"*1"</item>
|
||||
<item>"*5"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
@@ -185,20 +185,4 @@
|
||||
<item>@string/app_info</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Device-specific array of SIM slot indexes which are are embedded eUICCs.
|
||||
e.g. If a device has two physical slots with indexes 0, 1, and slot 1 is an
|
||||
eUICC, then the value of this array should be:
|
||||
<integer-array name="non_removable_euicc_slots">
|
||||
<item>1</item>
|
||||
</integer-array>
|
||||
If a device has three physical slots and slot 1 and 2 are eUICCs, then the value of
|
||||
this array should be:
|
||||
<integer-array name="non_removable_euicc_slots">
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</integer-array>
|
||||
This is used to differentiate between removable eUICCs and built in eUICCs, and should
|
||||
be set by OEMs for devices which use eUICCs. -->
|
||||
<integer-array name="non_removable_euicc_slots"></integer-array>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -108,12 +108,6 @@
|
||||
any other apn from connecting until ims apn is connected-->
|
||||
<bool name="ImsConnectedDefaultValue">false</bool>
|
||||
|
||||
<!-- Flag indicating whether the surface flinger is inefficient
|
||||
at performing a blur. Used by parts of the UI to turn off
|
||||
the blur effect where it isn't worth the performance hit.
|
||||
As of Honeycomb, blurring is not supported anymore. -->
|
||||
<bool name="config_sf_slowBlur">true</bool>
|
||||
|
||||
<!-- Flag indicating that the media framework should support playing of sounds on volume
|
||||
key usage. This adds noticeable additional overhead to volume key processing, so
|
||||
is disableable for products for which it is irrelevant. -->
|
||||
@@ -476,10 +470,6 @@
|
||||
-->
|
||||
</string-array>
|
||||
|
||||
<!-- Package name for the default CellBroadcastService module [DO NOT TRANSLATE] -->
|
||||
<string name="cellbroadcast_default_package" translatable="false">com.android.cellbroadcastservice
|
||||
</string>
|
||||
|
||||
<!-- If the mobile hotspot feature requires provisioning, a package name and class name
|
||||
can be provided to launch a supported application that provisions the devices.
|
||||
|
||||
@@ -1225,12 +1215,6 @@
|
||||
<!-- Disable lockscreen rotation by default -->
|
||||
<bool name="config_enableLockScreenRotation">false</bool>
|
||||
|
||||
<!-- Is the device capable of hot swapping an UICC Card -->
|
||||
<bool name="config_hotswapCapable">false</bool>
|
||||
|
||||
<!-- Component name of the ICC hotswap prompt for restart dialog -->
|
||||
<string name="config_iccHotswapPromptForRestartDialogComponent" translatable="false">@null</string>
|
||||
|
||||
<!-- Enable puk unlockscreen by default.
|
||||
If unlock screen is disabled, the puk should be unlocked through Emergency Dialer -->
|
||||
<bool name="config_enable_puk_unlock_screen">true</bool>
|
||||
@@ -1847,9 +1831,6 @@
|
||||
that has declared it can process the call's handle. -->
|
||||
<bool name="config_requireCallCapableAccountForHandle">false</bool>
|
||||
|
||||
<!-- Flag indicating if the user is notified when the mobile network access is restricted -->
|
||||
<bool name="config_user_notification_of_restrictied_mobile_access">true</bool>
|
||||
|
||||
<!-- Flag indicating whether the current device allows sms service.
|
||||
If true, this means that the device supports both sending and
|
||||
receiving sms via the telephony network.
|
||||
@@ -1916,10 +1897,6 @@
|
||||
<!-- IP address of the dns server to use if nobody else suggests one -->
|
||||
<string name="config_default_dns_server" translatable="false">8.8.8.8</string>
|
||||
|
||||
<!-- The default mobile provisioning apn. Empty by default, maybe overridden by
|
||||
an mcc/mnc specific config.xml -->
|
||||
<string name="mobile_provisioning_apn" translatable="false"></string>
|
||||
|
||||
<!-- The default mobile provisioning url. Empty by default, maybe overridden by
|
||||
an mcc/mnc specific config.xml -->
|
||||
<string name="mobile_provisioning_url" translatable="false"></string>
|
||||
@@ -1931,13 +1908,6 @@
|
||||
<!-- Enables SIP on WIFI only -->
|
||||
<bool name="config_sip_wifi_only">false</bool>
|
||||
|
||||
<!-- Enables built-in SIP phone capability -->
|
||||
<bool name="config_built_in_sip_phone">true</bool>
|
||||
|
||||
<!-- Boolean indicating if restoring network selection should be skipped -->
|
||||
<!-- The restoring is handled by modem if it is true-->
|
||||
<bool translatable="false" name="skip_restoring_network_selection">false</bool>
|
||||
|
||||
<!-- Maximum number of database connections opened and managed by framework layer
|
||||
to handle queries on each database when using Write-Ahead Logging. -->
|
||||
<integer name="db_connection_pool_size">4</integer>
|
||||
@@ -2023,10 +1993,6 @@
|
||||
a keyboard is present. -->
|
||||
<bool name="config_showMenuShortcutsWhenKeyboardPresent">false</bool>
|
||||
|
||||
<!-- Do not translate. Defines the slots is Two Digit Number for dialing normally not USSD -->
|
||||
<string-array name="config_twoDigitNumberPattern" translatable="false">
|
||||
</string-array>
|
||||
|
||||
<!-- If this value is true, Sms encoded as octet is decoded by utf8 decoder.
|
||||
If false, decoded by Latin decoder. -->
|
||||
<bool name="config_sms_utf8_support">false</bool>
|
||||
@@ -2035,12 +2001,6 @@
|
||||
If false, Content-disposition fragments are ignored -->
|
||||
<bool name="config_mms_content_disposition_support">true</bool>
|
||||
|
||||
<!-- MMS user agent string -->
|
||||
<string name="config_mms_user_agent" translatable="false"></string>
|
||||
|
||||
<!-- MMS user agent prolfile url -->
|
||||
<string name="config_mms_user_agent_profile_url" translatable="false"></string>
|
||||
|
||||
<!-- National Language Identifier codes for the following two config items.
|
||||
(from 3GPP TS 23.038 V9.1.1 Table 6.2.1.2.4.1):
|
||||
0 - reserved
|
||||
@@ -2084,14 +2044,6 @@
|
||||
<!-- Set to true if the RSSI should always display CDMA signal strength even on EVDO -->
|
||||
<bool name="config_alwaysUseCdmaRssi">false</bool>
|
||||
|
||||
|
||||
<!-- If this value is true, duplicate Source/Destination port fields
|
||||
in WDP header of some carriers OMADM wap push are supported.
|
||||
ex: MSGTYPE-TotalSegments-CurrentSegment
|
||||
-SourcePortDestPort-SourcePortDestPort-OMADM PDU
|
||||
If false, not supported. -->
|
||||
<bool name="config_duplicate_port_omadm_wappush">false</bool>
|
||||
|
||||
<!-- Maximum numerical value that will be shown in a status bar
|
||||
notification icon or in the notification itself. Will be replaced
|
||||
with @string/status_bar_notification_info_overflow when shown in the
|
||||
@@ -2445,17 +2397,6 @@
|
||||
headset output is compliant to EN 60950 requirements for portable music players. -->
|
||||
<integer name="config_safe_media_volume_usb_mB">-3700</integer>
|
||||
|
||||
<!-- Configure mobile network MTU. The standard default is set here but each carrier
|
||||
may have a specific value set in an overlay config.xml file. -->
|
||||
<integer name="config_mobile_mtu">1500</integer>
|
||||
|
||||
<!-- Configure mobile tcp buffer sizes in the form:
|
||||
rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
|
||||
If no value is found for the rat-name in use, the system default will be applied.
|
||||
-->
|
||||
<string-array name="config_mobile_tcp_buffers">
|
||||
</string-array>
|
||||
|
||||
<!-- Configure ethernet tcp buffersizes in the form:
|
||||
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
|
||||
<string name="config_ethernet_tcp_buffers" translatable="false">524288,1048576,3145728,524288,1048576,2097152</string>
|
||||
@@ -2516,19 +2457,6 @@
|
||||
<!-- Whether camera shutter sound is forced or not (country specific). -->
|
||||
<bool name="config_camera_sound_forced">false</bool>
|
||||
|
||||
<!-- Set to true if we need to not prefer an APN.
|
||||
This is being added to enable a simple scenario of pre-paid
|
||||
provisioning on some carriers, working around a bug (7305641)
|
||||
where if the preferred is used we don't try the others. -->
|
||||
<bool name="config_dontPreferApn">false</bool>
|
||||
|
||||
<!-- Set to true if after a provisioning apn the radio should be restarted -->
|
||||
<bool name="config_restartRadioAfterProvisioning">false</bool>
|
||||
|
||||
<!-- Boolean indicating if RADIO POWER OFF is required on receiving SIM REFRESH with RESET.
|
||||
This will be handled by modem if it is false. -->
|
||||
<bool name="config_requireRadioPowerOffOnSimRefreshReset">false</bool>
|
||||
|
||||
<!-- Vibrator pattern to be used as the default for notifications
|
||||
that specify DEFAULT_VIBRATE.
|
||||
-->
|
||||
@@ -2616,10 +2544,6 @@
|
||||
<string name="config_customVpnAlwaysOnDisconnectedDialogComponent" translatable="false"
|
||||
>com.android.vpndialogs/com.android.vpndialogs.AlwaysOnDisconnectedDialog</string>
|
||||
|
||||
<!-- Name of the dialog that is used to install the carrier app when the SIM is inserted -->
|
||||
<string name="config_carrierAppInstallDialogComponent" translatable="false"
|
||||
>com.android.simappdialog/com.android.simappdialog.InstallCarrierAppActivity</string>
|
||||
|
||||
<!-- Apps that are authorized to access shared accounts, overridden by product overlays -->
|
||||
<string name="config_appsAuthorizedForSharedAccounts" translatable="false">;com.android.settings;</string>
|
||||
|
||||
@@ -2671,41 +2595,10 @@
|
||||
<!-- Default Gravity setting for the system Toast view. Equivalent to: Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM -->
|
||||
<integer name="config_toastDefaultGravity">0x00000051</integer>
|
||||
|
||||
<!-- set to false if we need to show user confirmation
|
||||
when alpha identifier is not provided by the UICC -->
|
||||
<bool name="config_stkNoAlphaUsrCnf">true</bool>
|
||||
|
||||
<!-- Threshold (in ms) under which a screen off / screen on will be considered a reset of the
|
||||
immersive mode confirmation prompt.-->
|
||||
<integer name="config_immersive_mode_confirmation_panic">5000</integer>
|
||||
|
||||
<!-- For some operators, PDU has garbages. To fix it, need to use valid index -->
|
||||
<integer name="config_valid_wappush_index">-1</integer>
|
||||
|
||||
<!-- call barring MMI code from TS 22.030 Annex B -->
|
||||
<string-array translatable="false" name="config_callBarringMMI">
|
||||
<item>33</item>
|
||||
<item>331</item>
|
||||
<item>332</item>
|
||||
<item>35</item>
|
||||
<item>351</item>
|
||||
<item>330</item>
|
||||
<item>333</item>
|
||||
<item>353</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Ims supported call barring MMI code -->
|
||||
<string-array translatable="false" name="config_callBarringMMI_for_ims">
|
||||
<item>33</item>
|
||||
<item>331</item>
|
||||
<item>332</item>
|
||||
<item>35</item>
|
||||
<item>351</item>
|
||||
<item>330</item>
|
||||
<item>333</item>
|
||||
<item>353</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Override the default detection behavior for the framework method
|
||||
android.view.ViewConfiguration#hasPermanentMenuKey().
|
||||
Valid settings are:
|
||||
@@ -2847,55 +2740,6 @@
|
||||
in the display pipeline plus some slack just to be sure. -->
|
||||
<integer name="config_drawLockTimeoutMillis">120</integer>
|
||||
|
||||
<!-- An array of device capabilities defined by GSMA SGP.22 v2.0.
|
||||
The first item is the capability name that the device supports. The second item is the
|
||||
major version. The minor and revision versions are default to 0s.
|
||||
The device capabilities and their definition in the spec are:
|
||||
gsm : gsmSupportedRelease
|
||||
utran : utranSupportedRelease
|
||||
cdma1x : cdma2000onexSupportedRelease
|
||||
hrpd : cdma2000hrpdSupportedRelease
|
||||
ehrpd : cdma2000ehrpdSupportedRelease
|
||||
eutran : eutranSupportedRelease
|
||||
nfc : contactlessSupportedRelease
|
||||
crl : rspCrlSupportedVersion
|
||||
-->
|
||||
<string-array translatable="false" name="config_telephonyEuiccDeviceCapabilities">
|
||||
<!-- Example:
|
||||
<item>"gsm,11"</item>
|
||||
<item>"utran,11"</item>
|
||||
<item>"cdma1x,1"</item>
|
||||
<item>"hrpd,3"</item>
|
||||
<item>"ehrpd,12"</item>
|
||||
<item>"eutran,11"</item>
|
||||
<item>"nfc,1"</item>
|
||||
<item>"crl,1"</item>
|
||||
-->
|
||||
</string-array>
|
||||
|
||||
<!-- default telephony hardware configuration for this platform.
|
||||
-->
|
||||
<!-- this string array should be overridden by the device to present a list
|
||||
telephony hardware resource. this is used by the telephony device controller
|
||||
(TDC) to offer the basic capabilities of the hardware to the telephony
|
||||
framework
|
||||
-->
|
||||
<!-- an array of "[hardware type],[hardware-uuid],[state],[[hardware-type specific]]"
|
||||
with, [[hardware-type specific]] in:
|
||||
- "[[ril-model],[rat],[max-active-voice],[max-active-data],[max-active-standby]]"
|
||||
for 'modem' hardware
|
||||
- "[[associated-modem-uuid]]"
|
||||
for 'sim' hardware.
|
||||
refer to HardwareConfig in com.android.internal.telephony for specific details/values
|
||||
those elements can carry.
|
||||
-->
|
||||
<string-array translatable="false" name="config_telephonyHardware">
|
||||
<!-- modem -->
|
||||
<item>0,modem,0,0,0,1,1,1</item>
|
||||
<!-- sim -->
|
||||
<item>1,sim,0,modem</item>
|
||||
</string-array>
|
||||
|
||||
<!-- This string array can be overriden to add an additional DRM support for WebView EME. -->
|
||||
<!-- Array of "[keySystemName],[UuidOfMediaDrm]" -->
|
||||
<string-array name="config_keySystemUuidMapping" translatable="false">
|
||||
@@ -2910,18 +2754,11 @@
|
||||
<!-- Flag indicating which package name can access DeviceConfig table -->
|
||||
<string name="config_deviceConfiguratorPackageName" translatable="false"></string>
|
||||
|
||||
<!-- Flag indicating apps will skip sending hold request before merge. In this case
|
||||
IMS service implementation will do both.i.e.hold followed by merge. -->
|
||||
<bool name="skipHoldBeforeMerge">true</bool>
|
||||
|
||||
<!-- Flag indicating whether the IMS service can be turned off. If false then
|
||||
the service will not be turned-off completely (the ImsManager.turnOffIms() will
|
||||
be disabled) but individual Features can be disabled using ImsConfig.setFeatureValue() -->
|
||||
<bool name="imsServiceAllowTurnOff">true</bool>
|
||||
|
||||
<!-- Flag specifying whether VoLTE is available on device -->
|
||||
<bool name="config_device_volte_available">false</bool>
|
||||
|
||||
<!-- Flag specifying whether VoLTE should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
@@ -2930,49 +2767,19 @@
|
||||
<!-- Flag specifying whether VoLTE TTY is supported -->
|
||||
<bool name="config_carrier_volte_tty_supported">true</bool>
|
||||
|
||||
<!-- Flag specifying whether VT is available on device -->
|
||||
<bool name="config_device_vt_available">false</bool>
|
||||
|
||||
<!-- Flag specifying whether the device will use the "allow_hold_in_ims_call" carrier config
|
||||
option. When false, the device will support holding of IMS calls, regardless of the
|
||||
carrier config setting. -->
|
||||
<bool name="config_device_respects_hold_carrier_config">true</bool>
|
||||
|
||||
<!-- Flag specifying whether VT should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_vt_available">false</bool>
|
||||
|
||||
<!-- Flag specifying whether WFC over IMS is available on device -->
|
||||
<bool name="config_device_wfc_ims_available">false</bool>
|
||||
|
||||
<!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
|
||||
carrier provisioning. If false: hard disabled. If true: then depends on carrier
|
||||
provisioning, availability etc -->
|
||||
<bool name="config_carrier_wfc_ims_available">false</bool>
|
||||
|
||||
<!-- Whether to use voip audio mode for ims call -->
|
||||
<bool name="config_use_voip_mode_for_ims">false</bool>
|
||||
|
||||
<!-- String array containing numbers that shouldn't be logged. Country-specific. -->
|
||||
<string-array name="unloggable_phone_numbers" />
|
||||
|
||||
<!-- Cellular data service package name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wwan_data_service_package" translatable="false">com.android.phone</string>
|
||||
|
||||
<!-- IWLAN data service package name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_data_service_package" translatable="false"></string>
|
||||
|
||||
<!-- Cellular data service class name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wwan_data_service_class" translatable="false"></string>
|
||||
|
||||
<!-- IWLAN data service class name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_data_service_class" translatable="false"></string>
|
||||
|
||||
<bool name="config_networkSamplingWakesDevice">true</bool>
|
||||
|
||||
<!--From SmsMessage-->
|
||||
@@ -3002,8 +2809,6 @@
|
||||
<item>20404;suffix;BAE0000000000000</item>
|
||||
</string-array>
|
||||
|
||||
<bool name="config_auto_attach_data_on_creation">true</bool>
|
||||
|
||||
<!-- Sprint need a 70 ms delay for 3way call -->
|
||||
<integer name="config_cdma_3waycall_flash_delay">0</integer>
|
||||
|
||||
@@ -3044,20 +2849,8 @@
|
||||
<item>732101</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Config determines whether to update phone object when voice registration
|
||||
state changes. Voice radio tech change will always trigger an update of
|
||||
phone object irrespective of this config -->
|
||||
<bool name="config_switch_phone_on_voice_reg_state_change">true</bool>
|
||||
|
||||
<bool name="config_sms_force_7bit_encoding">false</bool>
|
||||
|
||||
<!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and
|
||||
is not necessarily the same as the number of phones/logical modems supported by the device.
|
||||
For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots,
|
||||
or a single SIM device can have 1 phones/logical modems, but 2 physical slots (one eSIM
|
||||
and one pSIM) -->
|
||||
<integer name="config_num_physical_slots">1</integer>
|
||||
|
||||
<!--Thresholds for LTE dbm in status bar-->
|
||||
<integer-array translatable="false" name="config_lteDbmThresholds">
|
||||
<item>-140</item> <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN -->
|
||||
@@ -3090,17 +2883,6 @@
|
||||
is the max width/height allowed in dips.-->
|
||||
<dimen name="config_mediaMetadataBitmapMaxSize">320dp</dimen>
|
||||
|
||||
<string translatable="false" name="prohibit_manual_network_selection_in_gobal_mode">false</string>
|
||||
|
||||
<!-- An array of CDMA roaming indicators which means international roaming -->
|
||||
<integer-array translatable="false" name="config_cdma_international_roaming_indicators" />
|
||||
|
||||
<!-- flag to indicate if EF LI/EF PL should be used for system language -->
|
||||
<bool name="config_use_sim_language_file">false</bool>
|
||||
|
||||
<!-- Use ERI text for network name on CDMA LTE -->
|
||||
<bool name="config_LTE_eri_for_network_name">true</bool>
|
||||
|
||||
<!-- Whether to start in touch mode -->
|
||||
<bool name="config_defaultInTouchMode">true</bool>
|
||||
|
||||
@@ -3150,12 +2932,6 @@
|
||||
<!-- Whether device supports double tap to wake -->
|
||||
<bool name="config_supportDoubleTapWake">false</bool>
|
||||
|
||||
<!-- 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"></string>
|
||||
|
||||
<!-- Whether the main built-in display is round. This will affect
|
||||
Configuration.screenLayout's SCREENLAYOUT_ROUND_MASK flags for Configurations on the
|
||||
main built-in display. Change this in device-specific overlays.
|
||||
@@ -3227,13 +3003,6 @@
|
||||
(e.g. accessibility, alarms). This is mainly for Wear devices that don't have speakers. -->
|
||||
<bool name="config_allowPriorityVibrationsInLowPowerMode">false</bool>
|
||||
|
||||
<!-- Number of retries Cell Data should attempt for a given error code before
|
||||
restarting the modem.
|
||||
Error codes not listed will not lead to modem restarts.
|
||||
Array of "code#,retry#" -->
|
||||
<string-array name="config_cell_retries_per_error_code">
|
||||
</string-array>
|
||||
|
||||
<!-- Set initial MaxRetry value for operators -->
|
||||
<integer name="config_mdc_initial_max_retry">1</integer>
|
||||
|
||||
@@ -3501,15 +3270,6 @@
|
||||
UI is handled by ActivityManagerService -->
|
||||
<bool name="config_customUserSwitchUi">false</bool>
|
||||
|
||||
<!-- A array of regex to treat a SMS as VVM SMS if the message body matches.
|
||||
Each item represents an entry, which consists of two parts:
|
||||
a comma (,) separated list of MCCMNC the regex applies to, followed by a semicolon (;), and
|
||||
then the regex itself. -->
|
||||
<string-array translatable="false" name="config_vvmSmsFilterRegexes">
|
||||
<!-- Verizon requires any SMS that starts with //VZWVVM to be treated as a VVM SMS-->
|
||||
<item>310004,310010,310012,310013,310590,310890,310910,311110,311270,311271,311272,311273,311274,311275,311276,311277,311278,311279,311280,311281,311282,311283,311284,311285,311286,311287,311288,311289,311390,311480,311481,311482,311483,311484,311485,311486,311487,311488,311489;^//VZWVVM.*</item>
|
||||
</string-array>
|
||||
|
||||
<!-- This config is holding calling number conversion map - expected to convert to emergency
|
||||
number. Formats for this config as below:
|
||||
<item>[dialstring1],[dialstring2],[dialstring3]:[replacement]</item>
|
||||
@@ -3715,11 +3475,6 @@
|
||||
<!-- Default data warning level in mb -->
|
||||
<integer name="default_data_warning_level_mb">2048</integer>
|
||||
|
||||
<!-- When true, indicates that the vendor's IMS implementation requires a workaround when
|
||||
sending a request to enable or disable the camera while the video session is also
|
||||
paused. -->
|
||||
<bool name="config_useVideoPauseWorkaround">false</bool>
|
||||
|
||||
<!-- Whether to send a custom package name with the PSD.-->
|
||||
<bool name="config_sendPackageName">false</bool>
|
||||
|
||||
@@ -3811,14 +3566,6 @@
|
||||
<integer name="config_stableDeviceDisplayWidth">-1</integer>
|
||||
<integer name="config_stableDeviceDisplayHeight">-1</integer>
|
||||
|
||||
<!-- List of countries in which we display 'No service' on status bar
|
||||
instead of 'Emergency calls only' when SIM is unready. -->
|
||||
<string-array translatable="false" name="config_display_no_service_when_sim_unready">
|
||||
<item>"DE"</item>
|
||||
<item>"GB"</item>
|
||||
<item>"JP"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Class names of device specific services inheriting com.android.server.SystemService. The
|
||||
classes are instantiated in the order of the array. -->
|
||||
<string-array translatable="false" name="config_deviceSpecificSystemServices"></string-array>
|
||||
@@ -3866,25 +3613,6 @@
|
||||
<bool name="config_supportBluetoothPersistedState">true</bool>
|
||||
|
||||
<bool name="config_keepRestrictedProfilesInBackground">true</bool>
|
||||
|
||||
<!-- Cellular network service package name to bind to by default. -->
|
||||
<string name="config_wwan_network_service_package" translatable="false">com.android.phone</string>
|
||||
|
||||
<!-- Cellular network service class name to bind to by default.-->
|
||||
<string name="config_wwan_network_service_class" translatable="false"></string>
|
||||
|
||||
<!-- IWLAN network service package name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_network_service_package" translatable="false"></string>
|
||||
|
||||
<!-- IWLAN network service class name to bind to by default. If none is specified in an overlay, an
|
||||
empty string is passed in -->
|
||||
<string name="config_wlan_network_service_class" translatable="false"></string>
|
||||
<!-- Telephony qualified networks service package name to bind to by default. -->
|
||||
<string name="config_qualified_networks_service_package" translatable="false"></string>
|
||||
|
||||
<!-- Telephony qualified networks service class name to bind to by default. -->
|
||||
<string name="config_qualified_networks_service_class" translatable="false"></string>
|
||||
<!-- Wear devices: Controls the radios affected by Activity Mode. -->
|
||||
<string-array name="config_wearActivityModeRadios">
|
||||
<item>"wifi"</item>
|
||||
@@ -3963,9 +3691,6 @@
|
||||
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
||||
<bool name="config_zramWriteback">false</bool>
|
||||
|
||||
<!-- Whether cbrs is supported on the device or not -->
|
||||
<bool translatable="false" name="config_cbrs_supported">false</bool>
|
||||
|
||||
<!-- Whether or not aware is enabled by default -->
|
||||
<bool name="config_awareSettingAvailable">false</bool>
|
||||
|
||||
|
||||
@@ -54,235 +54,6 @@
|
||||
<!-- What the UI should display for "Msisdn" unless overridden by the SIM-->
|
||||
<string name="defaultMsisdnAlphaTag">MSISDN1</string>
|
||||
|
||||
<!-- For GsmMmiCode.java --> <skip />
|
||||
<!-- Displayed when the user dialed an MMI code whose function
|
||||
could not be performed. This will be displayed in a toast. -->
|
||||
<string name="mmiError">Connection problem or invalid MMI code.</string>
|
||||
<!-- Displayed when the user dialed an MMI code whose function
|
||||
could not be performed because FDN is enabled. This will be displayed in a toast. -->
|
||||
<string name="mmiFdnError">Operation is restricted to fixed dialing numbers only.</string>
|
||||
<!-- Displayed when a carrier does not support call forwarding queries when roaming. -->
|
||||
<string name="mmiErrorWhileRoaming">Can not change call forwarding settings from your phone while you are roaming.</string>
|
||||
|
||||
<!-- Displayed when a phone feature such as call barring was activated. -->
|
||||
<string name="serviceEnabled">Service was enabled.</string>
|
||||
<!-- Displayed in front of the list of a set of service classes
|
||||
(voice, data, fax, etc.) that were enabled. -->
|
||||
<string name="serviceEnabledFor">Service was enabled for:</string>
|
||||
<!-- Displayed when a phone feature such as call forwarding was deactivated. -->
|
||||
<string name="serviceDisabled">Service has been disabled.</string>
|
||||
<!-- Displayed when a phone property such as a SIM password was registered. -->
|
||||
<string name="serviceRegistered">Registration was successful.</string>
|
||||
<!-- Displayed when a phone property such as a SIM password was erased. -->
|
||||
<string name="serviceErased">Erasure was successful.</string>
|
||||
<!-- Displayed when a SIM password was entered incorrectly. -->
|
||||
<string name="passwordIncorrect">Incorrect password.</string>
|
||||
<!-- Displayed when a phone feature triggered by an MMI code is complete. -->
|
||||
<string name="mmiComplete">MMI complete.</string>
|
||||
<!-- Displayed when a SIM PIN password is entered incorrectly. -->
|
||||
<string name="badPin">The old PIN you typed isn\'t correct.</string>
|
||||
<!-- Displayed when a SIM PUK password is entered incorrectly. -->
|
||||
<string name="badPuk">The PUK you typed isn\'t correct.</string>
|
||||
<!-- Displayed when SIM PIN passwords are entered inconsistently. -->
|
||||
<string name="mismatchPin">The PINs you typed don\'t match.</string>
|
||||
<!-- Displayed when a SIM PIN password is too long or too short. -->
|
||||
<string name="invalidPin">Type a PIN that is 4 to 8 numbers.</string>
|
||||
<!-- Displayed when a SIM PUK password is too short. -->
|
||||
<string name="invalidPuk">Type a PUK that is 8 numbers or longer.</string>
|
||||
<!-- Displayed to prompt the user to type the PUK password to unlock
|
||||
the SIM card. -->
|
||||
<string name="needPuk">Your SIM card is PUK-locked. Type the PUK code to unlock it.</string>
|
||||
<string name="needPuk2">Type PUK2 to unblock SIM card.</string>
|
||||
<!-- Displayed when user attempts to change SIM PIN1 without enabling PIN1. -->
|
||||
<string name="enablePin">Unsuccessful, enable SIM/RUIM Lock.</string>
|
||||
<!-- Displayed when a SIM PIN/PUK is entered incorrectly. -->
|
||||
<plurals name="pinpuk_attempts">
|
||||
<item quantity="one">You have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM is locked.</item>
|
||||
<item quantity="other">You have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM is locked.</item>
|
||||
</plurals>
|
||||
<!-- Title for the dialog used to display the user's IMEI number [CHAR LIMIT=10] -->
|
||||
<string name="imei">IMEI</string>
|
||||
|
||||
<!-- Title for the dialog used to display the user's MEID number on CDMA network
|
||||
[CHAR LIMIT=10] -->
|
||||
<string name="meid">MEID</string>
|
||||
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
|
||||
<string name="ClipMmi">Incoming Caller ID</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling caller ID. -->
|
||||
<string name="ClirMmi">Outgoing Caller ID</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling connected line ID. -->
|
||||
<string name="ColpMmi">Connected Line ID</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling connected line ID restriction. -->
|
||||
<string name="ColrMmi">Connected Line ID Restriction</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling call forwarding. -->
|
||||
<string name="CfMmi">Call forwarding</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling call waiting. -->
|
||||
<string name="CwMmi">Call waiting</string>
|
||||
<!-- Displayed as the title for a success/failure report enabling/disabling call barring. -->
|
||||
<string name="BaMmi">Call barring</string>
|
||||
<!-- Displayed as the title for a success/failure report changing the SIM password. -->
|
||||
<string name="PwdMmi">Password change</string>
|
||||
<!-- Displayed as the title for a success/failure report changing the SIM PIN. -->
|
||||
<string name="PinMmi">PIN change</string>
|
||||
<string name="CnipMmi">Calling number present</string>
|
||||
<string name="CnirMmi">Calling number restricted</string>
|
||||
<string name="ThreeWCMmi">Three way calling</string>
|
||||
<string name="RuacMmi">Rejection of undesired annoying calls</string>
|
||||
<string name="CndMmi">Calling number delivery</string>
|
||||
<string name="DndMmi">Do not disturb</string>
|
||||
|
||||
<!-- Displayed to confirm to the user that caller ID will be restricted on the next call as usual. -->
|
||||
<string name="CLIRDefaultOnNextCallOn">Caller ID defaults to restricted. Next call: Restricted</string>
|
||||
<!-- Displayed to confirm to the user that caller ID will be not restricted on the next call even though it usually is. -->
|
||||
<string name="CLIRDefaultOnNextCallOff">Caller ID defaults to restricted. Next call: Not restricted</string>
|
||||
<!-- Displayed to confirm to the user that caller ID will not be restricted on the next call but usually is. -->
|
||||
<string name="CLIRDefaultOffNextCallOn">Caller ID defaults to not restricted. Next call: Restricted</string>
|
||||
<!-- Displayed to confirm to the user that caller ID will not be restricted on the next call or in general. -->
|
||||
<string name="CLIRDefaultOffNextCallOff">Caller ID defaults to not restricted. Next call: Not restricted</string>
|
||||
|
||||
|
||||
<!-- Displayed to tell the user that caller ID is not provisioned for their SIM. -->
|
||||
<string name="serviceNotProvisioned">Service not provisioned.</string>
|
||||
<!-- Displayed to tell the user that they cannot change the caller ID setting. -->
|
||||
<string name="CLIRPermanent">You can\'t change the caller ID setting.</string>
|
||||
|
||||
<!-- Notification title to tell the user that data service is blocked by access control. [CHAR LIMIT=NOTIF_TITLE] -->
|
||||
<string name="RestrictedOnDataTitle">No mobile data service</string>
|
||||
<!-- Notification title to tell the user that emergency calling is blocked by access control. [CHAR LIMIT=NOTIF_TITLE] -->
|
||||
<string name="RestrictedOnEmergencyTitle">Emergency calling unavailable</string>
|
||||
<!-- Notification title to tell the user that normal service is blocked by access control. [CHAR LIMIT=NOTIF_TITLE] -->
|
||||
<string name="RestrictedOnNormalTitle">No voice service</string>
|
||||
<!-- Notification title to tell the user that all emergency and normal voice services are blocked by access control. [CHAR LIMIT=NOTIF_TITLE] -->
|
||||
<string name="RestrictedOnAllVoiceTitle">No voice service or emergency calling</string>
|
||||
|
||||
<!-- Notification content to tell the user that voice/data/emergency service is blocked by access control. [CHAR LIMIT=NOTIF_BODY] -->
|
||||
<string name="RestrictedStateContent">Temporarily turned off by your carrier</string>
|
||||
|
||||
<!-- Notification content to tell the user that voice/data/emergency service is blocked by access control when multiple SIMs are active. [CHAR LIMIT=NOTIF_BODY] -->
|
||||
<string name="RestrictedStateContentMsimTemplate">Temporarily turned off by your carrier for SIM <xliff:g id="simNumber" example="1">%d</xliff:g></string>
|
||||
|
||||
<!-- Displayed to tell the user that they should switch their network preference. -->
|
||||
<string name="NetworkPreferenceSwitchTitle">Can\u2019t reach mobile network</string>
|
||||
<!-- Displayed to tell the user that they should switch their network preference. -->
|
||||
<string name="NetworkPreferenceSwitchSummary">Try changing preferred network. Tap to change.</string>
|
||||
<!-- Displayed to tell the user that emergency calls might not be available. -->
|
||||
<string name="EmergencyCallWarningTitle">Emergency calling unavailable</string>
|
||||
<!-- Displayed to tell the user that emergency calls might not be available. -->
|
||||
<string name="EmergencyCallWarningSummary">Can\u2019t make emergency calls over Wi\u2011Fi</string>
|
||||
|
||||
<!-- Telephony notification channel name for a channel containing network alert notifications. -->
|
||||
<string name="notification_channel_network_alert">Alerts</string>
|
||||
<!-- Telephony notification channel name for a channel containing call forwarding notifications. -->
|
||||
<string name="notification_channel_call_forward">Call forwarding</string>
|
||||
<!-- Telephony notification channel name for a channel containing emergency callback mode notifications. -->
|
||||
<string name="notification_channel_emergency_callback">Emergency callback mode</string>
|
||||
<!-- Telephony notification channel name for a channel containing mobile data status notifications. -->
|
||||
<string name="notification_channel_mobile_data_status">Mobile data status</string>
|
||||
<!-- Telephony notification channel name for a channel containing sms notifications. -->
|
||||
<string name="notification_channel_sms">SMS messages</string>
|
||||
<!-- Telephony notification channel name for a channel containing voice mail notifications. -->
|
||||
<string name="notification_channel_voice_mail">Voicemail messages</string>
|
||||
<!-- Telephony notification channel name for a channel containing wifi calling status notifications. -->
|
||||
<string name="notification_channel_wfc">Wi-Fi calling</string>
|
||||
<!-- Telephony notification channel name for a channel containing SIM notifications -->
|
||||
<string name="notification_channel_sim">SIM status</string>
|
||||
<!-- Telephony notification channel name for a channel containing high priority SIM notifications -->
|
||||
<string name="notification_channel_sim_high_prio">High priority SIM status</string>
|
||||
|
||||
|
||||
<!-- Displayed to tell the user that peer changed TTY mode -->
|
||||
<string name="peerTtyModeFull">Peer requested TTY Mode FULL</string>
|
||||
<string name="peerTtyModeHco">Peer requested TTY Mode HCO</string>
|
||||
<string name="peerTtyModeVco">Peer requested TTY Mode VCO</string>
|
||||
<string name="peerTtyModeOff">Peer requested TTY Mode OFF</string>
|
||||
|
||||
<!-- Mappings between TS 27.007 +CFCC/+CLCK "service classes" and human-readable strings--> <skip />
|
||||
<!-- Example: Service was enabled for: Voice, Data -->
|
||||
<string name="serviceClassVoice">Voice</string>
|
||||
<!-- Example: Service was enabled for: Voice, Data -->
|
||||
<string name="serviceClassData">Data</string>
|
||||
<!-- Example: Service was enabled for: Voice, FAX -->
|
||||
<string name="serviceClassFAX">FAX</string>
|
||||
<!-- Example: Service was enabled for: Voice, SMS -->
|
||||
<string name="serviceClassSMS">SMS</string>
|
||||
<!-- Meaning: asynchronous data. Example: Service was enabled for: Voice, Async -->
|
||||
<string name="serviceClassDataAsync">Async</string>
|
||||
<!-- Meaning: synchronous data. Example: Service was enabled for: Voice, Async -->
|
||||
<string name="serviceClassDataSync">Sync</string>
|
||||
<!-- Meaning: packet data. Example: Service was enabled for: Voice, Packet -->
|
||||
<string name="serviceClassPacket">Packet</string>
|
||||
<!-- Meaning: unknown. Example: Service was enabled for: Voice, PAD -->
|
||||
<string name="serviceClassPAD">PAD</string>
|
||||
|
||||
<!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
|
||||
<!-- Default roaming indicator text -->
|
||||
<string name="roamingText0">Roaming Indicator On</string>
|
||||
<string name="roamingText1">Roaming Indicator Off</string>
|
||||
<string name="roamingText2">Roaming Indicator Flashing</string>
|
||||
<string name="roamingText3">Out of Neighborhood</string>
|
||||
<string name="roamingText4">Out of Building</string>
|
||||
<string name="roamingText5">Roaming - Preferred System</string>
|
||||
<string name="roamingText6">Roaming - Available System</string>
|
||||
<string name="roamingText7">Roaming - Alliance Partner</string>
|
||||
<string name="roamingText8">Roaming - Premium Partner</string>
|
||||
<string name="roamingText9">Roaming - Full Service Functionality</string>
|
||||
<string name="roamingText10">Roaming - Partial Service Functionality</string>
|
||||
<string name="roamingText11">Roaming Banner On</string>
|
||||
<string name="roamingText12">Roaming Banner Off</string>
|
||||
<string name="roamingTextSearching">Searching for Service</string>
|
||||
|
||||
<!-- Displayed when WFC registration fails -->
|
||||
<string name="wfcRegErrorTitle">Couldn\u2019t set up Wi\u2011Fi calling</string>
|
||||
<!-- WFC Operator Error Messages showed as alerts -->
|
||||
<string-array name="wfcOperatorErrorAlertMessages">
|
||||
<item>To make calls and send messages over Wi-Fi, first ask your carrier to set up this service. Then turn on Wi-Fi calling again from Settings. (Error code: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g>)</item>
|
||||
</string-array>
|
||||
<!-- WFC Operator Error Messages showed as notifications -->
|
||||
<string-array name="wfcOperatorErrorNotificationMessages">
|
||||
<item>Issue registering Wi\u2011Fi calling with your carrier: <xliff:g id="code" example="REG09 - No 911 Address">%1$s</xliff:g></item>
|
||||
</string-array>
|
||||
<!-- Template for showing mobile network operator name while WFC is active -->
|
||||
<string-array name="wfcSpnFormats" translatable="false">
|
||||
<item>@string/wfcSpnFormat_spn</item>
|
||||
<item>@string/wfcSpnFormat_spn_wifi_calling</item>
|
||||
<item>@string/wfcSpnFormat_wlan_call</item>
|
||||
<item>@string/wfcSpnFormat_spn_wlan_call</item>
|
||||
<item>@string/wfcSpnFormat_spn_wifi</item>
|
||||
<item>@string/wfcSpnFormat_wifi_calling_bar_spn</item>
|
||||
<item>@string/wfcSpnFormat_spn_vowifi</item>
|
||||
<item>@string/wfcSpnFormat_wifi_calling</item>
|
||||
<item>@string/wfcSpnFormat_wifi</item>
|
||||
<item>@string/wfcSpnFormat_wifi_calling_wo_hyphen</item>
|
||||
<item>@string/wfcSpnFormat_vowifi</item>
|
||||
<item>@string/wfcSpnFormat_spn_wifi_calling_vo_hyphen</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Spn during Wi-Fi Calling: "<operator>" -->
|
||||
<string name="wfcSpnFormat_spn"><xliff:g id="spn" example="Operator">%s</xliff:g></string>
|
||||
<!-- Spn during Wi-Fi Calling: "<operator> Wi-Fi Calling" -->
|
||||
<string name="wfcSpnFormat_spn_wifi_calling"><xliff:g id="spn" example="Operator">%s</xliff:g> Wi-Fi Calling</string>
|
||||
<!-- Spn during Wi-Fi Calling: "<operator> WiFi Calling" -->
|
||||
<string name="wfcSpnFormat_spn_wifi_calling_vo_hyphen"><xliff:g id="spn" example="Operator">%s</xliff:g> WiFi Calling</string>
|
||||
<!-- Spn during Wi-Fi Calling: "WLAN Call" -->
|
||||
<string name="wfcSpnFormat_wlan_call">WLAN Call</string>
|
||||
<!-- Spn during Wi-Fi Calling: "<operator> WLAN Call" -->
|
||||
<string name="wfcSpnFormat_spn_wlan_call"><xliff:g id="spn" example="Operator">%s</xliff:g> WLAN Call</string>
|
||||
<!-- Spn during Wi-Fi Calling: "<operator> Wi-Fi" -->
|
||||
<string name="wfcSpnFormat_spn_wifi"><xliff:g id="spn" example="Operator">%s</xliff:g> Wi-Fi</string>
|
||||
<!-- Spn during Wi-Fi Calling: "WiFi Calling | <operator>" -->
|
||||
<string name="wfcSpnFormat_wifi_calling_bar_spn">WiFi Calling | <xliff:g id="spn" example="Operator">%s</xliff:g></string>
|
||||
<!-- Spn during Wi-Fi Calling: "<operator> VoWifi" -->
|
||||
<string name="wfcSpnFormat_spn_vowifi"><xliff:g id="spn" example="Operator">%s</xliff:g> VoWifi</string>
|
||||
<!-- Spn during Wi-Fi Calling: "Wi-Fi Calling" -->
|
||||
<string name="wfcSpnFormat_wifi_calling">Wi-Fi Calling</string>
|
||||
<!-- Spn during Wi-Fi Calling: "Wi-Fi" -->
|
||||
<string name="wfcSpnFormat_wifi">Wi-Fi</string>
|
||||
<!-- Spn during Wi-Fi Calling: "WiFi Calling" (without hyphen) -->
|
||||
<string name="wfcSpnFormat_wifi_calling_wo_hyphen">WiFi Calling</string>
|
||||
<!-- Spn during Wi-Fi Calling: "VoWifi" -->
|
||||
<string name="wfcSpnFormat_vowifi">VoWifi</string>
|
||||
|
||||
<!-- WFC, summary for Disabled -->
|
||||
<string name="wifi_calling_off_summary">Off</string>
|
||||
<!-- WFC, summary for Wi-Fi Preferred -->
|
||||
@@ -292,25 +63,6 @@
|
||||
<!-- WFC, summary for Wi-Fi Only -->
|
||||
<string name="wfc_mode_wifi_only_summary">Wi-Fi only</string>
|
||||
|
||||
<!--
|
||||
{0} is one of "bearerServiceCode*"
|
||||
{1} is dialing number
|
||||
{2} is time in seconds
|
||||
|
||||
cfTemplateRegistered and cfTemplateRegisteredTime mean that a phone number
|
||||
has been set but forwarding is not on.
|
||||
--> <skip />
|
||||
<!-- Displayed when the call forwarding query was not able to be forwarded. -->
|
||||
<string name="cfTemplateNotForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
|
||||
<!-- Displayed when the call forwarding query was forwarded. -->
|
||||
<string name="cfTemplateForwarded"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g></string>
|
||||
<!-- Displayed when the call forwarding query will be forwarded after some time. -->
|
||||
<string name="cfTemplateForwardedTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: <xliff:g id="dialing_number">{1}</xliff:g> after <xliff:g id="time_delay">{2}</xliff:g> seconds</string>
|
||||
<!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
|
||||
<string name="cfTemplateRegistered"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
|
||||
<!-- Displayed when the call forwarding query was set but forwarding is not enabled. -->
|
||||
<string name="cfTemplateRegisteredTime"><xliff:g id="bearer_service_code">{0}</xliff:g>: Not forwarded</string>
|
||||
|
||||
<!-- android.net.http Error strings --> <skip />
|
||||
<!-- Displayed when a feature code (non-phone number) is dialed and completes successfully. -->
|
||||
<string name="fcComplete">Feature code complete.</string>
|
||||
@@ -3418,62 +3170,8 @@
|
||||
|
||||
<!-- Name of the dialog that lets the user choose an accented character to insert -->
|
||||
<string name="select_character">Insert character</string>
|
||||
|
||||
<!-- SMS per-application rate control Dialog --> <skip />
|
||||
<!-- SMS_DIALOG: An SMS dialog is shown if an application tries to send too many SMSes. This is the title of that dialog. -->
|
||||
<string name="sms_control_title">Sending SMS messages</string>
|
||||
<!-- See SMS_DIALOG. This is the message shown in that dialog. [CHAR LIMIT=NONE] -->
|
||||
<string name="sms_control_message"><b><xliff:g id="app_name">%1$s</xliff:g></b> is sending a large number of SMS messages. Do you want to allow this app to continue sending messages?</string>
|
||||
<!-- See SMS_DIALOG. This is a button choice to allow sending the SMSes. [CHAR LIMIT=30] -->
|
||||
<string name="sms_control_yes">Allow</string>
|
||||
<!-- See SMS_DIALOG. This is a button choice to disallow sending the SMSes. [CHAR LIMIT=30] -->
|
||||
<string name="sms_control_no">Deny</string>
|
||||
|
||||
<!-- SMS short code verification dialog. --> <skip />
|
||||
<!-- The message text for the SMS short code confirmation dialog. [CHAR LIMIT=NONE] -->
|
||||
<string name="sms_short_code_confirm_message"><b><xliff:g id="app_name">%1$s</xliff:g></b> would like to send a message to <b><xliff:g id="dest_address">%2$s</xliff:g></b>.</string>
|
||||
<!-- Message details for the SMS short code confirmation dialog (possible premium short code). [CHAR LIMIT=NONE] -->
|
||||
<string name="sms_short_code_details">This <b>may cause charges</b> on your mobile account.</string>
|
||||
<!-- Message details for the SMS short code confirmation dialog (premium short code). [CHAR LIMIT=NONE] -->
|
||||
<string name="sms_premium_short_code_details"><b>This will cause charges on your mobile account.</b></string>
|
||||
<!-- Text of the approval button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
|
||||
<string name="sms_short_code_confirm_allow">Send</string>
|
||||
<!-- Text of the cancel button for the SMS short code confirmation dialog. [CHAR LIMIT=30] -->
|
||||
<string name="sms_short_code_confirm_deny">Cancel</string>
|
||||
<!-- Text of the checkbox for the SMS short code confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
|
||||
<string name="sms_short_code_remember_choice">Remember my choice</string>
|
||||
<!-- Text shown when remember checkbox is checked to inform the user how they may undo the setting. [CHAR LIMIT=40] -->
|
||||
<string name="sms_short_code_remember_undo_instruction">You can change this later in Settings\u00A0>\u00A0Apps"</string>
|
||||
|
||||
<!-- Text of the approval button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
|
||||
<string name="sms_short_code_confirm_always_allow">Always Allow</string>
|
||||
<!-- Text of the cancel button for the SMS short code confirmation dialog when checkbox is checked. [CHAR LIMIT=30] -->
|
||||
<string name="sms_short_code_confirm_never_allow">Never Allow</string>
|
||||
|
||||
<!-- SIM swap and device reboot Dialog --> <skip />
|
||||
<!-- See SIM_REMOVED_DIALOG. This is the title of that dialog. -->
|
||||
<string name="sim_removed_title">SIM card removed</string>
|
||||
<!-- See SIM_REMOVED_DIALOG. This is the message of that dialog. -->
|
||||
<string name="sim_removed_message">The mobile network will be unavailable until you restart with a valid SIM card inserted.</string>
|
||||
<!-- See SIM_REMOVED_DIALOG. This is the button of that dialog. -->
|
||||
<string name="sim_done_button">Done</string>
|
||||
<!-- See SIM_ADDED_DIALOG. This is the title of that dialog. -->
|
||||
<string name="sim_added_title">SIM card added</string>
|
||||
<!-- See SIM_ADDED_DIALOG. This is the message of that dialog. -->
|
||||
<string name="sim_added_message">Restart your device to access the mobile network.</string>
|
||||
<!-- See SIM_ADDED_DIALOG. This is the button of that dialog. -->
|
||||
<string name="sim_restart_button">Restart</string>
|
||||
<!-- See Carrier_App_Dialog. This is the message of that dialog. -->
|
||||
<string name="install_carrier_app_notification_title">Activate mobile service</string>
|
||||
<!-- Notification message that shows when the user inserts a SIM card that requires a carrier app download, but the app name is unknown -->
|
||||
<string name="install_carrier_app_notification_text">Download the carrier app to activate your new SIM</string>
|
||||
<!-- Notification message that shows when the user inserts a SIM card that requires a carrier app download. App name is known -->
|
||||
<string name="install_carrier_app_notification_text_app_name">Download the <xliff:g id="app_name">%1$s</xliff:g> app to activate your new SIM</string>
|
||||
<!-- See Carrier_App_Notification. This is the button of that dialog. -->
|
||||
<string name="install_carrier_app_notification_button">Download app</string>
|
||||
<!-- See carrier_app_notification. This is the headline. -->
|
||||
<string name="carrier_app_notification_title">New SIM inserted</string>
|
||||
<string name="carrier_app_notification_text">Tap to set it up</string>
|
||||
|
||||
<!-- Date/Time picker dialogs strings -->
|
||||
|
||||
@@ -3768,12 +3466,6 @@
|
||||
<!-- This string appears (on two lines) when you type a number into contacts search, to let you create a contact whose phone number is the number you typed. The first line will be in bigger type than the second. -->
|
||||
<string name="create_contact_using">Create contact\nusing <xliff:g id="number" example="555">%s</xliff:g></string>
|
||||
|
||||
<!-- This string array should be overridden by the manufacture to present a list of carrier-id,locale. The wifi regulatory domain is extracted from the locale information. This is used at startup to set system defaults by checking the system property ro.carrier for the carrier-id and searching through this array -->
|
||||
<!-- An Array of [[Carrier-ID] -->
|
||||
<!-- [default-locale]] -->
|
||||
<string-array translatable="false" name="carrier_properties">
|
||||
</string-array>
|
||||
|
||||
<string name="grant_credentials_permission_message_header">The following one or more apps request permission to access your account, now and in the future.</string>
|
||||
<string name="grant_credentials_permission_message_footer">Do you want to allow this request?</string>
|
||||
<string name="grant_permissions_header_text">Access request</string>
|
||||
@@ -3808,9 +3500,6 @@
|
||||
importance of the user's notifications. -->
|
||||
<string name="notification_ranker_binding_label">Notification ranker service</string>
|
||||
|
||||
<!-- Do Not Translate: Alternate eri.xml -->
|
||||
<string name="alternate_eri_file">/data/eri.xml</string>
|
||||
|
||||
<!-- The title of the notification when VPN is active. -->
|
||||
<string name="vpn_title">VPN activated</string>
|
||||
<!-- The title of the notification when VPN is active with an application name. -->
|
||||
@@ -4112,15 +3801,6 @@
|
||||
<!-- Title for a dialog showing possible activities for sharing in ShareActionProvider [CHAR LIMIT=25] -->
|
||||
<string name="share_action_provider_share_with">Share with</string>
|
||||
|
||||
<!-- STK sending DTMF, SMS, USSD, SS -->
|
||||
<string name="sending">Sending\u2026</string>
|
||||
|
||||
<!-- STK launch Browser -->
|
||||
<string name="launchBrowserDefault">Launch Browser?</string>
|
||||
|
||||
<!-- STK setup Call -->
|
||||
<string name="SetupCallDefault">Accept call?</string>
|
||||
|
||||
<!-- Title for a button to choose the currently selected activity
|
||||
as the default in the activity resolver. [CHAR LIMIT=25] -->
|
||||
<string name="activity_resolver_use_always">Always</string>
|
||||
@@ -4839,17 +4519,6 @@
|
||||
<!-- Error message shown when there is a system error which can be solved by the manufacturer. [CHAR LIMIT=NONE] -->
|
||||
<string name="system_error_manufacturer">There\'s an internal problem with your device. Contact your manufacturer for details.</string>
|
||||
|
||||
<!-- Displayed when the USSD/SS request is modified by STK CC to a
|
||||
different request. This will be displayed in a toast. -->
|
||||
<string name="stk_cc_ussd_to_dial">USSD request changed to regular call</string>
|
||||
<string name="stk_cc_ussd_to_ss">USSD request changed to SS request</string>
|
||||
<string name="stk_cc_ussd_to_ussd">Changed to new USSD request</string>
|
||||
<string name="stk_cc_ussd_to_dial_video">USSD request changed to video call</string>
|
||||
<string name="stk_cc_ss_to_dial">SS request changed to regular call</string>
|
||||
<string name="stk_cc_ss_to_dial_video">SS request changed to video call</string>
|
||||
<string name="stk_cc_ss_to_ussd">SS request changed to USSD request</string>
|
||||
<string name="stk_cc_ss_to_ss">Changed to new SS request</string>
|
||||
|
||||
<!-- Content description of the work profile icon in the notification. -->
|
||||
<string name="notification_work_profile_content_description">Work profile</string>
|
||||
|
||||
@@ -4959,11 +4628,6 @@
|
||||
<!-- Title for button to see application detail in app store which it came from - it may allow user to update to newer version. [CHAR LIMIT=50] -->
|
||||
<string name="deprecated_target_sdk_app_store">Check for update</string>
|
||||
|
||||
<!-- Notification title shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
|
||||
<string name="new_sms_notification_title">You have new messages</string>
|
||||
<!-- Notification content shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
|
||||
<string name="new_sms_notification_content">Open SMS app to view</string>
|
||||
|
||||
<!-- Notification title shown when user profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=36] -->
|
||||
<string name="profile_encrypted_title">Some functionality may be limited</string>
|
||||
<!-- Notification detail shown when work profile is credential encrypted and requires the user to unlock before some features are usable [CHAR LIMIT=30] -->
|
||||
@@ -4999,9 +4663,6 @@
|
||||
<!-- Accessibilty string added to a widget that has been suspended [CHAR LIMIT=20] -->
|
||||
<string name="suspended_widget_accessibility">Disabled <xliff:g id="label" example="Calendar">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Label used by Telephony code, assigned as the display name for conference calls [CHAR LIMIT=60] -->
|
||||
<string name="conference_call">Conference Call</string>
|
||||
|
||||
<!-- Window title for a tooltip [CHAR LIMIT=NONE] -->
|
||||
<string name="tooltip_popup_title">Tooltip</string>
|
||||
|
||||
@@ -5138,18 +4799,6 @@
|
||||
<!-- Primary ETWS (Earthquake and Tsunami Warning System) default message for others -->
|
||||
<string name="etws_primary_default_message_others"></string>
|
||||
|
||||
<!-- Title of notification when UE fails CS registration with MM reject cause code from network. -->
|
||||
<string name="mmcc_authentication_reject">SIM not allowed for voice</string>
|
||||
<string name="mmcc_imsi_unknown_in_hlr">SIM not provisioned for voice</string>
|
||||
<string name="mmcc_illegal_ms">SIM not allowed for voice</string>
|
||||
<string name="mmcc_illegal_me">Phone not allowed for voice</string>
|
||||
|
||||
<!-- Title of notification when UE fails to register network with MM reject cause code when multiple SIMs are active. -->
|
||||
<string name="mmcc_authentication_reject_msim_template">SIM <xliff:g id="simNumber" example="1">%d</xliff:g> not allowed</string>
|
||||
<string name="mmcc_imsi_unknown_in_hlr_msim_template">SIM <xliff:g id="simNumber" example="1">%d</xliff:g> not provisioned</string>
|
||||
<string name="mmcc_illegal_ms_msim_template">SIM <xliff:g id="simNumber" example="1">%d</xliff:g> not allowed</string>
|
||||
<string name="mmcc_illegal_me_msim_template">SIM <xliff:g id="simNumber" example="1">%d</xliff:g> not allowed</string>
|
||||
|
||||
<!-- Popup window default title to be read by a screen reader-->
|
||||
<string name="popup_window_default_title">Popup Window</string>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user