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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:34:41+00:00 2026-06-10T23:34:41+00:00

From the BroadcastReceiver I want to call a activity without graphic. Without graphic because

  • 0

From the BroadcastReceiver I want to call a activity without graphic. Without graphic because it will speak some words.

Intent iSpeechIntent = new Intent(context, TTS.class);                          
iSpeechIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(iSpeechIntent);

but activity cycle is not finished correctly. onDestroy() method is never executed. Why?

@Override
    public void onDestroy() {
        // Don't forget to shutdown!
        if (tts != null) {
            tts.stop();
            tts.shutdown();
        }
        super.onDestroy();
    }

And is OK if i am using activity without graphic XML just for speak some text with TTSEngine?

  • 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-10T23:34:43+00:00Added an answer on June 10, 2026 at 11:34 pm

    You misunderstood Activity lifecycle. onDestroy() is NOT called when your activity is dismissed. And dismissing it (i.e. by starting another activity) does NOT equal destroying activity (however you may enforce destroy of activity, by calling finish() – and then your onDestroy() method will be invoked). You may want to move your code to onPause() and onResume() respectively or maybe you shall use IntentService instead, if you dot require any UI for the task.

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

Sidebar

Related Questions

I want to simply call one function that is defined in BroadClass Activity from
I want to activate a service from my broadcastReceiver, this is my code but
I am trying to start the main activity from inside a BroadcastReceiver. I dont
Is it possible to Launch an application or activity from onRecieve() of a BroadcastReceiver
i have this broadcastreceiver that executes some code from time to time and triggers
I have a problem(again)...now i want to pass a String from one Activity to
I have a BroadcastReceiver class to receive incoming call. I want to compare the
I want to use an IntentService (which is started from a BroadcastReceiver ) to
In my Activity when the user says they want to enable notifications I call
I have a snippet of code that I'm calling from a service: context.registerReceiver(new BroadcastReceiver()

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.