博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在src文件中寻找短信数据库表
阅读量:5875 次
发布时间:2019-06-19

本文共 931 字,大约阅读时间需要 3 分钟。

android.provider.Telephony

The Telephony provider contains data related to phone operation


android.provider.Telephony.TextBasedSmsColumns

Base columns for tables that contain text based SMSs.

SMS  = (Short Message Service)短信服务


android.provider.Telephony.Sms

Contains all text based SMS messages.


android.provider.Telephony.BaseMmsColumns

Base columns for tables that contain MMSs.

MMS = (Multi Media Message)



android.provider.Telephony.CanonicalAddressesColumns

Columns for the "canonical_addresses" table used by MMS and SMS."

canonical 权威的


android.provider.Telephony.ThreadsColumns

Columns for the "threads" table used by MMS and SMS.


android.provider.Telephony.Threads

Helper functions for the "threads" table used by MMS and SMS.


android.provider.Telephony.Mms

Contains all MMS messages.


android.provider.Telephony.MmsSms

Contains all MMS and SMS messages.


android.provider.Telephony.Carriers


android.provider.Telephony.Intents

 

转载地址:http://lfzix.baihongyu.com/

你可能感兴趣的文章
顺序容器 (2)string类型操作
查看>>
转载:我最近的研究成果(IGeometry.Project and IGeometry.SpatialReference)
查看>>
提示框
查看>>
HDOJ1233 畅通工程之一(最小生成树-Kruscal)
查看>>
14Spring_AOP编程(AspectJ)_环绕通知
查看>>
PHP之打开文件
查看>>
iOS - OC SQLite 数据库存储
查看>>
PHP-mysqllib和mysqlnd
查看>>
Redis常用命令
查看>>
NeHe OpenGL教程 第三十五课:播放AVI
查看>>
Linux下ping命令、traceroute命令、tracert命令的使用
查看>>
js replace,正则截取字符串内容
查看>>
socket
查看>>
Highcharts使用表格数据绘制图表
查看>>
Thinkphp5笔记三:创建基类
查看>>
hdu5373
查看>>
4.单链表的创建和建立
查看>>
Android 好看的搜索界面,大赞Animation
查看>>
查询反模式 - GroupBy、HAVING的理解
查看>>
[转]动态加载javascript
查看>>