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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:23:49+00:00 2026-06-16T02:23:49+00:00

I am developing an app that shows the location of the caller when an

  • 0

I am developing an app that shows the location of the caller when an incoming call come on incoming call screen. I am succesfully fetching the location from my algorithm but I am not able to display it on Deafult Incoming Screen.

If i use A toast then it just appears for 1 or 2seconds, I want ihe information shoulkd appear till the call picked.

What should I use Toast, Notification or something , and how to do that.

In short how can I show something on Incoming Call Screen till the call picked up

       class IncomingCallREceiver extends BroadcastReciever
       {
               void onRecieve()
              {
                //     here I want to show the Information
               }
        }
  • 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-16T02:23:50+00:00Added an answer on June 16, 2026 at 2:23 am

    You are not able to override Android’s call screen, and with good reason, things may get spoofed!

    With that said, a Dialog would most likely be the best solution to showing something before the user picks up. The easiest way to make a Dialog is with DialogFragments. However since Dialogs cannot be shown from receivers, you will need to start an Activity. So your onReceive() code should look something like this:

    void onReceive(Context context, Intent intent)
              {
                Intent showDialogIntent = new Intent (context, DialogActivity.class);
                showDialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
                startIntent (showDialogIntent);               
              }
    

    And then when your DialogActivity is started, it’s onCreate() method would make the Dialog and show it to the user.

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

Sidebar

Related Questions

I am developing an app that shows twitter feeds from my account . I
(I am developing an app that presents chat messages in a table. But, this
I'm developing an app that periodically fetches data from server. Now I'm using a
I'm developing a web app that will show the location of a project in
I'm developing a RSS reader android app. I have a ListView that shows my
I'm developing an app that displays location on a map when I press the
I am developing an Android application that gets your current GPS location but the
I'm developing on an app that is location-based, I have a mapView set to
I'm developing a Core Data app that uses a model object called Location. The
Im developing an app that shows big images.. There are a lot of images

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.