1

I am just wondering about how android handles sms when it receives them. More precisely my question is when the android phone receives a sms message, which application saves the message to the mmssms database? Is this done by the OS or by the native sms application?

Yash
  • 2,259
  • 4
  • 26
  • 33

1 Answers1

0

Receiving messages is handled by the OS. That's why you can get them from a 3rd party application.

Fsmv
  • 1,106
  • 2
  • 12
  • 28
  • What? Read it again, I said "That's why you *can* get them from a 3rd party application." – Fsmv Sep 24 '10 at 23:32
  • I am very sorry for having misread your comment. Makes more sense now. Thank you very much for your indication. – Yash Sep 24 '10 at 23:39