Get Contacts mobile number only
问题 There have been several questions on SO regarding getting Contacts numbers using the Contacts API but I'd like to know if there is a way to identify that the number retrieved is a mobile number. The following code is often shown as a way to get a Contact's phone numbers, as it gets a list of one or more phone numbers: String[] projection = {ContactsContract.Contacts._ID, ContactsContract.Contacts.DISPLAY_NAME, ContactsContract.Contacts.HAS_PHONE_NUMBER}; String selection = ContactsContract