このコードを使用して、Android で SMS 会話リストを開きます。ほとんどの電話で非常にうまく機能します。
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setClassName("com.android.mms", "com.android.mms.ui.ConversationList");
startActivity(intent);
しかし、一部の携帯電話 (Galaxy S3 など) では、次のエラーが発生します。
java.lang.SecurityException: Permission Denial: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.android.mms/ui.ConversationList } from ProcessRecord{--- を開始しています----} uid 10098 からエクスポートされません