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