4
SMSプロバイダが使用されていないことは知っていますが、「status」というフィールドの値は何か知りたいのですが(他のフィールドもありますがほとんどの状態に興味が)、私はこれを行うとき、これらの値が何を意味する:私は自分で答えを見つけたAndroid SMSのステータス
Uri uriSms = Uri.parse("content://sms/inbox");
Cursor c = context.getContentResolver().query(uriSms, null,null,null,null);
//fields retrieved
0: _id
1: thread_id
2: address
3: person
4: date
5: protocol
6: read
7: status
8: type
9: reply_path_present
10: subject
11: body
12: service_center
13: locked
リンクが壊れています。 – powder366
@ powder366 https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/android/provider/Telephony.javaは正常に動作するはずです – p4u144
送信されなかった送信メッセージの取得方法ステータスは** STATUS_FAILED **です –