I am using the code from this answer:How to open specific sms in Android and it works perfectly.
But on Devices with Android 6.0 (apiVerion >= Build.VERSION_CODES.M
) my App crashes.
CrashLog:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW cat=[android.intent.category.DEFAULT] dat=content://mms-sms/conversations/50 flg=0x10000000 }
How can I make it work for this Android version?