Android Question ContactsUtils show few phone contact

Zlgo

Member
Demo ContactsUtils now works on B4A 10 , but see only few contacts of 67 .What is criteria to showing really all contacts? Ok some of them are on SD card but on phone memory is also more contacts then it show?
 

Zlgo

Member
What is the output of:
B4X:
Dim all As List = cu.FindAllContacts(False)
Log(all.Size)

This is log after adding part of code!
B4X:
Logger connected to:  LGE LG-M160
--------- beginning of crash
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x135a6 in tid 12365 (b4a.example)
--------- beginning of system
--------- beginning of main
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
93
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
93
** Activity (main) Pause, UserClosed = true **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
93
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
93
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
93
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
93
 
Upvote 0

Zlgo

Member
Then it not show all in CustomListView, just 6 of them, interesting is why just this contact. Can't find relation between them.
 
Upvote 0
Top