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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:49:06+00:00 2026-05-22T19:49:06+00:00

This is a continued question from: Android: How to interact with the default Contacts

  • 0
  • This is a continued question from: Android: How to interact with the default Contacts application

Hello all,

I’m trying to show a popup to let a user choose if the user wants use the standard dialer or another one like below:

I heard that ‘sipdroid’ has a similar function and ‘CapDroid’ gave me a good code(which is below) from my last question, which shows me a choice popup after I call and then HANG UP.


<intent-filter> 
  <action android:name="android.intent.action.VIEW" /
  <category android:name="android.intent.category.DEFAULT" /> 
  <category android:name="android.intent.category.BROWSABLE" /> 
  <data android:mimeType="vnd.android.cursor.dir/calls" /> 
</intent-filter>

I tried to modify this code to pop up the choice dialog whenever a user tries to CALL like using the default CONTACTS or pressing the main call button, but failed and still have no idea what to do.

If anybody has an idea or tutorial for this, would you please give me an advice?

  • 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-05-22T19:49:06+00:00Added an answer on May 22, 2026 at 7:49 pm

    I found a solution from: Android – Intent Filter?

    You allow a permission and intent-filter of call_privileged like below

    
    <uses-permission android:name="android.permission.CALL_PHONE">
    
    <intent-filter >
        <action android:name="android.intent.action.CALL_PRIVILEGED" />
        <category android:name="android.intent.category.DEFAULT" />
        <data android:scheme="tel" />
    </intent-filter>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is continued from another question i asked: Listing out JSON data? my search
This is continued question from Par1 . Scenario: I've drop down shown below. Lets
(Continued from this thread ) Suppose that I have the following view created: http://cl.ly/1USw/content
this is following on from this question I posted yesterday - my question from
This maybe a continuation from 2 of my previous question, or maybe it's a
This is a continuation from an existing question. Javascript - Goto URL based on
I am trying to write a simple program for this interview question: Write a
I hope this isn't a dumb question, as I am rather new to Android,
I hope this question belongs here. I am developing a web application for a
This XML file contained archived news stories for all of last year. I was

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.