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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:14:50+00:00 2026-06-05T09:14:50+00:00

Is there a way to receive broadcasts(like sms notification) in stopped application? Actually it

  • 0

Is there a way to receive broadcasts(like sms notification) in stopped application?
Actually it works simply in lower than Android 3.1.

EDIT 1:
Thanks to @Squonk for comment.
So my questions is, is it REALLY impossible? you can check PlanB app in market which does this things.

EDIT 2:
this is my broadcast receiver. The onReceive function is never called(when application is stopped).

public class SmsReciever extends BroadcastReceiver {

    @Override
    public void onReceive(Context arg0, Intent arg1) {
        Log.e("kpav", "kpav");
        String url = "http://www.google.com";
        Intent i = new Intent(Intent.ACTION_VIEW);
        i.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK);
        i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        i.addFlags(32);
        i.setData(Uri.parse(url));

        arg0.startActivity(i);
    }
}
  • 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-05T09:14:51+00:00Added an answer on June 5, 2026 at 9:14 am

    For Android v3.1 onwards, any app which has been manually started at least once by the user, will receive broadcasts that it has registered in the manifest even after a reboot.

    BUT…the user must have manually started that app – it’s not possible for an app to be installed and have it automatically receive broadcasts otherwise.

    Also, if the user manually uses ‘Force Stop’ from the Settings on a device, it will no longer receive broadcasts until the user manually starts the app again.

    So basically, in answer to your question…

    Is there a way to receive broadcasts(like sms notification) in stopped application?

    …the answer is no except under the circumstances I describe above.

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

Sidebar

Related Questions

I saw that there is a way to receive notification on incoming calls. Is
Is there any way to receive when screen is touched in android. I need
Is there a way, in Tornado to receive a callback when a write has
my app receives remote notification from Apple server. Is there a way to remove
Is there way to print from Apple and Android mobile browsers via bluetooth. I
is there way how to get name ov event from Lambda expression like with
In my Android application, I have a simple list view with adapter. There's a
Android doesn't appear to provide a way for a user application to change the
is there a way receive an E-Mail in an iOS app, for example to
Is there any way how can I load my application automatically after loading OS?

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.