本文介绍了如何比较的电话号码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于PhoneNumberUtils是pcated德$ P $,怎能两个电话号码,如果他们支持来电ID的目的不够一致。我的意思是不同的格式+ 44xxxxxxxxxx,0xxxxxxxxxx

As PhoneNumberUtils is deprecated, How can we two phone numbers if they're identical enough for caller ID purposes. I mean different formats +44xxxxxxxxxx, 0xxxxxxxxxx

推荐答案

使用的PhoneNumberUtils.compare功能DOC:http://developer.android.com/reference/android/telephony/PhoneNumberUtils.html

Use the PhoneNumberUtils.compare function doc: http://developer.android.com/reference/android/telephony/PhoneNumberUtils.html

这篇关于如何比较的电话号码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-09 14:40