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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:00:19+00:00 2026-06-07T12:00:19+00:00

I have two applications. One is a receiver and its starting my application. It

  • 0

I have two applications. One is a receiver and its starting my application. It works fine. Now i want destroy my application from the receiver itself. Is that possible ? Please note that these are my own application

  • 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-07T12:00:20+00:00Added an answer on June 7, 2026 at 12:00 pm

    It is possible but the activity has to finish itself using the finish()-method.

    You can register an activity to a receiver using registerReceiver(..) and handle your logic in your activity. Don’t forget to unregisterReceiver(...) inside the OnDestroy.

    Example:

    BroadcastReceiver mReceiver;
    
    @Overrride
    public void onCreate(Bundle savedInstanceState){
    
      IntentFilter filter = new IntentFilter();
      filter.addAction(...);
    
      mReceiver= new BroadcastReceiver() {
        @Override
        public void onReceive(Context context, Intent intent) {
          // implement logic
          finish();
        }
      }
      registerReceiver(mReceiver, filter);
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have two flex applications and i want to pass the data from one
I have a web application that communicates between two different web applications (one receiver
I have here two applications in two different projects in eclipse. One application (A)
I have two applications in my project 'test' the applications are one.mxml and two.mxml
I have two separated applications, one written in Java and other in Erlang. Both
I run foo.com. I have two different applications that live in foo.com: one is
I have two window form applications written in C, one holds a struct consisting
I have two ASP.NET MVC web applications. One of them logs unhandled exceptions to
I have a project that generates applications for two targets. One of the targets
I have two Activities along with one Application class, and whenever I call my

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.