How many database columns associated with a SMS in android?

前端 未结 6 909
野的像风
野的像风 2020-12-04 20:15

I want to read all the messages and their respective details from my phone. For this I am using the Uri like this:

Uri sms = Uri.parse(\"content://sms/\");
<         


        
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 21:09

    Android 4.4.2 phone Since this is version/content specific, do not rely on the numberic index key

    _id thread_id address m_size person date date_sent protocol read status type reply_path_present subject body service_center locked sim_id error_code seen ipmsg_id

提交回复
热议问题