Despite what you may read some android content providers (including the Call Log) can accept a sql LIMIT. Before passing the URI to managedQuery() first do:
Contacts.People.CONTENT_URI.buildUpon().appendQueryParameter("limit", "150").build()
Despite what you may read some android content providers (including the Call Log) can accept a sql LIMIT. Before passing the URI to managedQuery() first do:
Contacts.People.CONTENT_URI.buildUpon().appendQueryParameter("limit", "150").build()