android - what is the meaning of suggestions in a Content Provider Uri? -



android - what is the meaning of suggestions in a Content Provider Uri? -

i've got uri below: content://com.android.contacts/contacts/#/suggestions info return? what's meaning of 'suggestions' here?

thanks in advance!

the contacts api references contactscontract helper classes dealing contacts. "suggestions" string identifying aggregationsuggestions sub-table (note constant called content_directory), used provide info how rawcontacts appear describe same person aggregated single contact.

android android-contacts android-contentprovider

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -