1

does anyone knows how do I pull SMS messages to an app? (SMS or WhatsApp to be exact) I couldnt found the right permission on google... =\

crazyPixel
  • 2,301
  • 5
  • 24
  • 48
  • Google is your friend! Read: http://stackoverflow.com/questions/848728/how-can-i-read-sms-messages-from-the-inbox-programmatically-in-android – Ed Holloway-George Apr 14 '13 at 12:17

1 Answers1

1

You can easily get the SMS with the READ_SMS permission and using the code detailed here.

WhatsApp is a third party app, and they do not offer any API, Service or Content Provider to retrieve their messages. You cannot do this.

Community
  • 1
  • 1
Raghav Sood
  • 81,899
  • 22
  • 187
  • 195