Get your SMS Apps Ready for KitKat

  • Thread starter Thread starter mmadhankumar
  • Start date Start date
  • Replies Replies: Replies 1
  • Views Views: Views 696

mmadhankumar

The Earth will be better without Us..
Staff member
Community Manager
Joined
6 May 2012
Messages
5,068
Solutions
7
Reaction score
8,961
defaultSmsApp.png


Sending and receiving SMS messages are fundamental features on mobile devices and many developers have built successful apps that enhance this experience on Android. Some of you have built SMS apps using hidden APIs—a practice we discourage because hidden APIs may be changed or removed and new devices are not tested against them for compatibility. So, to provide you with a fully supported set of APIs for building SMS apps and to make the user experience for messaging more predictable, Android 4.4 (KitKat) makes the existing APIs public and adds the concept of a default SMS app, which the user can select in system settings.

This means that if you are using the hidden SMS APIs on previous platform versions, you need to make some adjustments so your app continues to work when Android 4.4 is released later this year.

changeSmsApp+(1).png


We encourage you to update your apps as soon as possible to provide your users the best experience on Android. To help you make the changes, we'll soon be providing the necessary SDK components for Android 4.4 that allow you to compile and test your changes on Android 4.4. Stay tuned!


Official Google Blog Post
 
Back
Top Bottom