Closed adarshvijayanp closed 6 years ago
Can you give me a use case for this?
There is a certain amount of price money for each contact upload, so i need to prevent user from adding more than certain number of contacts , eg: 100. But there is a select all option most of the user will try to select all contact from their phone book.
I would recommend using the ‘CHOICE_MODE_SINGLE’ then handling the logic for limiting the number of selections in your own app.
Ok thanks.
I like to set maximum number of contacts can be selected from the given contact list , example 100. How can i achieve this?