1

i want to find group name and related phone no for my sms application

i know how to find phone book contact name and numbers but i want to find group name and number. is it possible with j2me???

Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47

1 Answers1

1

See this link for your reference.

PIM API...

You need to get the categories and get the contacts based on your category.

And see this link for how to send the SMS.

Send SMS...

bharath
  • 14,283
  • 16
  • 57
  • 95