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 7010269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:58:10+00:00 2026-05-27T21:58:10+00:00

Firstly I asked sorry if this is a stupid question. but I have a

  • 0

Firstly I asked sorry if this is a stupid question. but I have a doubt about it but I cannot find any soultions yet, so I asked here.

Can I test deleteSMS and deleteContacts in android emulator other than real device?

Because, it can be able to send sms from one emulator to another emulator. Can anyone tell it can or cannot and what is the reason if can’t?

  • 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-27T21:58:10+00:00Added an answer on May 27, 2026 at 9:58 pm

    You can do this, no issues. 🙂 i think you should ask how to delete, instead of can we delete.
    anyways go ahead it will work..
    below is the code and the URi which can be used for the above purpose.

    ContentResolver cr = _context.getContentResolver();
    
      Uri inbox = Uri.parse( "content://sms/inbox" );
    Cursor cursor = cr.query(
        inbox,
        new String[] { "_id", "thread_id", "body" },
        null,
        null,
        null);do {        
        String body = cursor.getString( 2 );            
        long thread_id = cursor.getLong( 1 );
        Uri thread = Uri.parse( "content://sms/conversations/" + thread_id );
        cr.delete( thread, null, null );
        count++;
    
    } while ( cursor.moveToNext() );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly, this seems like something that should have been asked before, but I cannot
Firstly, I do not have any malicious intent out of this question. I would
Firstly, I've asked this question elsewhere , but meta.stackoverflow.com seems to think that asking
Firstly, please forgive me if I have asked this before (i suffer memory problems
Ok, I asked this question before, but deleted it as the way I went
Firstly: sorry about my pathetic english language skill. Secondly: i have learnt python for
Firstly: I am totally a newbie for this kind of work. I have a
This Question arises from a Q&A here I have some doubts that i think
Firstly, I'm not using rails. This is vanilla ruby application. I've read about packaging
Firstly, YES, this is a duplicate issue that's been asked 100 times on here,

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.