Android Question Start SMS application and open Inbox with SMS

b4auser1

Well-Known Member
Licensed User
Longtime User
What Intent can I use to Start SMS application and open Inbox with SMS ?
I tried and recevied error: "android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=content://sms/inbox flg=0x20000 }"
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Probably I was not clear enough in my request. Since KK it's posible to setup different apps as a default SMS application. If I use "vnd.android-dir/mms-sms", then SMS/MMS application launches, even if another (f.e. Hangouts or SMS Backup/restore) app has been setup as a default SMS app in Android settings. I need to start default SMS app as it was setup in Android settings.
 
Upvote 0
Top