zoukankan      html  css  js  c++  java
  • 在src文件中寻找短信数据库表

    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

  • 相关阅读:
    Linux中-POSIX 线程详解
    sql server 2008如何导入mdf,ldf文件
    div浏览器兼容问题
    桥(Bridge)模式
    JSTL核心标签
    filter中的dispatcher解析
    synchronized探究
    最全设计模式(转载)
    面试题总结
    企业为什么要去竞争?
  • 原文地址:https://www.cnblogs.com/fengzhblog/p/2792575.html
Copyright © 2011-2022 走看看