I would change default sms app on Android 4.4.2
I use this code:
Intent sendIntent = new Intent(Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT); sendIntent.
You cannot change the default SMS app. You can, however, ask the user to change the default SMS app, using Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT. This is covered in the official blog post on the SMS changes in Android 4.4.
Telephony.Sms.Intents.ACTION_CHANGE_DEFAULT