when greater than zero it will hide the select all button (even if, EXTRA_SHOW_CHECK_ALL is set to true)
if limit is greater than 0, once you have selected that number of contacts, you cannot select other contacts
A configurable toast msg will appear when limit has reached and the user tries to select more contacts
For groups that exceed the limit, this toast will appear,
For groups that are under the limit, but are selected in combination with others that accumulate over the limit, a toast will appear and selection disabled as well. Eg. below shows a limit of 6 and a user trying to select two groups that exceed the limit
see updated readme: https://github.com/lwhiteley/Android-ContactPicker/
resolves #6
Behaviour Designed:
0
EXTRA_SHOW_CHECK_ALL
is set totrue
)0
, once you have selected that number of contacts, you cannot select other contacts