summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2016-08-15 11:33:18 -0700
committerBrad Ebinger <breadley@google.com>2016-08-16 13:41:32 -0700
commit3801d0afd3e3a91bdf1fd177b1eb9b375ddf74c7 (patch)
tree4b6f685203d93822adad05253cc8f597b8c5000b
parent242d961f58e8a1d9b5dcf0c07e9e37389fa5e64b (diff)
downloadandroid_packages_apps_CarrierConfig-3801d0afd3e3a91bdf1fd177b1eb9b375ddf74c7.tar.gz
android_packages_apps_CarrierConfig-3801d0afd3e3a91bdf1fd177b1eb9b375ddf74c7.tar.bz2
android_packages_apps_CarrierConfig-3801d0afd3e3a91bdf1fd177b1eb9b375ddf74c7.zip
Add CNAP filtering String array to 311480
Adds a CNAP filtering String array to 311480 in order to filter out CNAP caller id information that is not helpful. Bug: 30142293 Change-Id: Ic3f81afb571b335bfc82949772d418360a70fcf0
-rw-r--r--assets/carrier_config_311480.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/carrier_config_311480.xml b/assets/carrier_config_311480.xml
index 7451f99..1da1859 100644
--- a/assets/carrier_config_311480.xml
+++ b/assets/carrier_config_311480.xml
@@ -56,5 +56,9 @@
<boolean name="mmsCloseConnection" value="true"/>
<boolean name="notify_vt_handover_to_wifi_failure_bool" value="true" />
<int name="wfc_spn_format_idx_int" value="1" />
+ <string-array name="filtered_cnap_names_string_array" num="2">
+ <item value="WIRELESS CALLER" />
+ <item value="UNKNOWN NAME" />
+ </string-array>
</carrier_config>
</carrier_config_list>