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

  • Home
  • SEARCH
  • 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 8091531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T20:05:08+00:00 2026-06-05T20:05:08+00:00

Hi I want to send message from one application (which will be installed on

  • 0

Hi I want to send message from one application (which will be installed on android mobile) to
another application (which will be installed on another mobile). This means

One mobile ————sends message——– >to another mobile.

Similarly I want second mobile to send———-message —– to first mobile.

If I use sms to send message I think it will be saved in the sms box and so the user can read
the message. I want to hide the message . So is there any way I can send message directly from
one application to another.

  • 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-06-05T20:05:09+00:00Added an answer on June 5, 2026 at 8:05 pm

    If you want to prevent saving sms to inbox, you can abort broadcast:

    public class SmsReceiver extends BroadcastReceiver {
        // ...
        @Override
    public void onReceive(Context context, Intent intent) {
            // ...
            if( smsIsMine() ) {
                // Do something with  sms
                this.abortBroadcast();
            } 
        }
    }
    

    You also need to set the priority of SmsReceiver the highest possible priority in your AndroidManifest.xml as below:

    <receiver
        android:name=".SmsReceiver">
        <intent-filter android:priority="10" >
        <!-- ... -->
        </intent-filter>
    </receiver>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I want to send a message from one client to another. How
I want to create one application which send email with attachment(select file from SD
I want to send the text message from one iPhone device to another iphone
I want to send a feedback message from one page to another without using
I want to send a window message from one application (console) to the wondow
I want to send an SMS message from my facebook application so that the
I want to take message from one queue and send it to database. I
I am currently working on one android application which has C2DM implementation and I
I want to send message/notification to friends with customized subject with a link in
I want to send a message whenever RabbitMQ creates or deletes a queue, exchange

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.