-1

In the Android 4.4 source, what Classes are responsible for handling incoming and outgoing SMS? I'm currently not finding the relevant classes. Alternatively, a good documentation would be valuable.

firefexx
  • 666
  • 6
  • 16

1 Answers1

0

The Telephony content provider (the "SMS Provider") allows apps to read and write SMS and MMS messages on the device. You can read this documentation about SMS apps in KitKat.

Also, you can view this discussion about the usage of sending SMS in Android 4.4.

Community
  • 1
  • 1
ztan
  • 6,861
  • 2
  • 24
  • 44