Contacts icon indicating copy to clipboard operation
Contacts copied to clipboard

How to get all contact with mobile type number ?

Open nguyencongbinh opened this issue 8 years ago • 1 comments

Hello , I want to get all contacts with only mobile type number. How can I do this ?

nguyencongbinh avatar Jan 14 '17 07:01 nguyencongbinh

@nguyencongbinh you can get all contacts then filter them by type number using either RxJava or a for loop: Filtering a list in Java Filter using RxJava

tudor-pop avatar Jan 20 '17 14:01 tudor-pop