Open nguyencongbinh opened 7 years ago
Hello , I want to get all contacts with only mobile type number. How can I do this ?
@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
Hello , I want to get all contacts with only mobile type number. How can I do this ?