本文主要是介绍各手机品牌【短信收件箱数据库列名】对比:inbox的column横向对比,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
参考资料:
https://blog.csdn.net/qq_35427437/article/details/85678647
https://www.cnblogs.com/bill-technology/p/4130917.html
<font color='red'>threads是存放会话的数据表,sms是存放短信的数据表,pdu是存放彩信的数据表</font>
| 含义 | 类型 | 华为 | 小米 | vivo | 三星 |
| ------------------------------------ | ------------------ | ------------------ | ------------------ | ------------------------------------ | ------------------------------------ |
| 唯一标识,自增,从1开始 | Integer | _id | _id | _id | _id |
| threads表的id | Integer | thread_id | thread_id | thread_id | thread_id |
| 发件人手机号(对方号码) | text | address | address | address | address |
| 联系人(模块)列表里的序号,陌生人为null | Integer | person | person | person | person |
| 收短信时间戳(毫秒)等于Notification.when | Integer | date | date | date | date |
| | | date_sent | date_sent | date_sent | date_sent |
| 协议,分为:0-SMS_PROTO, 1-MMS_PROTO。成功发送后设置。 | Integer | protocol | protocol | protocol | protocol |
| 是否已读:0-未读;1-已读 | Integer | read | read | read | read |
| 状态:-1默认值,0-完成,64-阻塞,128-失败 | Integer | status | status | status | status |
| ALL=0所有短信,INBOS=1收件箱,SENT=2已发送,DRAFT=3草稿箱,OUTBOX=4发件箱,FAILE=5发送失败,QUEUED=6待发送 | Integer | type | type | type | type |
| TP-Reply-Path位的值 0/1 | Integer | reply_path_present | reply_path_present | reply_path_present | reply_path_present |
| 短信的主题,默认为空 | text | subject | subject | subject | subject |
| 短信内容 | text | body | body | body | body |
| 短信服务中心号码 | text | service_center | service_center | service_center | service_center |
| 此条短信是否由用户锁定:0未锁定;1已锁定 | Integer | locked | locked | locked | locked |
| 错误代码,有哪些尚不明确,总结得出: -1回复成功; 0-收到的消息; 回复失败的均是 type = 5 、error_code = 8 | Integer | error_code | error_code | error_code | error_code |
| 用于指明该消息是否已被用户看到(非阅读,点开会话列表即可,不用打开会话),进队收到的消息有用 | | seen | seen | seen | seen |
| 此消息是由哪个APP包名创建的 | | creator | creator | creator | creator |
| SIM卡识别码,slotId或者subscriptionId | | sub_id | sub_id | sub_id | sub_id |
| | | group_id | | group_id | group_id |
| | | network_type | | | |
| | | si_id | | | |
| | | mid | | | |
| | | created | | | |
| | | mtype | | | |
| | | privacy_mode | | | |
| | | addr_body | | | |
| | | time_body | | | |
| | | risk_url_body | | | |
| | | is_secret | | | |
| | | resent_im | | | |
| | | | timed | time | deletable |
| | | | deleted | is_encrypted | sim_slot |
| | | | sync_state | dirty | sim_imsi |
| | | | marker | m_size | hidden |
| | | | source | message_mode | group_type |
| | | | bind_id | priority | delivery_date |
| | | | mx_status | phone_id | app_id |
| | | | mx_id | is_exec_trigger | msg_id |
| | | | out_time | verify_code | callback_number |
| | | | account | risk_website | reserved |
| | | | sim_id | bubble | pri |
| | | | block_type | bubble_type | teleservice_id |
| | | | advanced_seen | black_type | link_url |
| | | | b2c_ttl | bubble_parse_time | svc_cmd |
| | | | b2c_numbers | block_sms_type | svc_cmd_content |
| | | | fake_cell_type | sms_extend_type | roam_pending |
| | | | | dynamic_bubble | spam_report |
| | | | | dynamic_update_date | secret_mode |
| | | | | sms_user_op_time | safe_message |
| | | | | timing_date | favorite |
| | | | | timing_msgst | d_rpt_cnt |
| | | | | set_alarm | using_mode |
| | | | | thread_type | from_address |
| | | | | recycle_date | announcements_subtype |
| | | | | station_data | announcements_scenario_id |
| | | | | station_dest | device_name |
| | | | | offline_bubble | correlation_tag |
| | | | | financial_info | object_id |
| | | | | sos_type | cmc_prop |
| | | | | rich_card | bin_info |
| | | | | rich_card_request_cnt | re_original_body |
| | | | | rich_card_show_report | re_body |
| | | | | show_msg_category | re_original_key |
| | | | | favourite | re_recipient_address |
| | | | | bubble_expired | re_content_uri |
| | | | | push_sms_extra | re_content_type |
| | | | | rich_card_type | re_file_name |
| | | | | | re_type |
| | | | | | re_count_info |
这篇关于各手机品牌【短信收件箱数据库列名】对比:inbox的column横向对比的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!