Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 830289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:01:15+00:00 2026-05-15T04:01:15+00:00

I queried content//sms/ and I don’t know what some fields mean. They are –

  • 0

I queried “content//sms/” and I don’t know what some fields mean. They are –

  1. Thread ID
  2. Protocol
  3. Status
  4. Reply_Path_Present
  5. Service_Center

I checked them in LogCat and found the values to be these:

  • Thread ID : 1 to 6 etc..
  • Protocol : null / 0
  • Status : -1
  • Reply_Path_Present : null / 0
  • Service_Center : null

Please tell me what the meanings of those values are.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T04:01:16+00:00Added an answer on May 15, 2026 at 4:01 am

    You can use Cursor.getColumnNames() to retrieve the column names of any content provider, e.g.

    ContentResolver contentResolver = getContentResolver();
    Cursor cursor = contentResolver.query(
        Uri.parse("content://sms/inbox"), null, null, null, null);
    
    String[] columnNames = cursor.getColumnNames();
    

    For content://sms/inbox this yields _id, thread_id, address, person, date, protocol, read, status, type, reply_path_present, subject, body, service_center, locked on my phone.

    You can also have a look at the SmsProvider but it is not part of the public API.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a scraper, which queries different websites. Some of them varyingly use Content-Encoding.
I have an AsyncTask that queries a content provider and does some additional processing
I found many posts when I queried for this problem, but they all refer
I have a SqlDataReader reader, where I don't know the data structure in advance,
I have two mysql queries: $sql = SELECT * FROM content WHERE threadName LIKE
I have queried yahoo finance for historic data and have got JSon output. What
I have the following SQL to be queried. It is a valid SQL. Unfortunately,
Assume a situation where a data will never be queried directly. AKA, there will
Is a SSAS 2008 cube available to be queried while it's being rebuilt? If
I want to create a large database of GPS coordinates that can be queried

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.