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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:11:59+00:00 2026-05-23T05:11:59+00:00

I am trying to show activity chooser menu when dialing a number. Following code

  • 0

I am trying to show activity chooser menu when dialing a number. Following code works for me when sending an email (from real phone,doesn’t work in emulator):

        /* Create the Intent */
    final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);

    /* Fill it with Data */
    emailIntent.setType("plain/text");
    emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{"to@email.com"});
    emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Subject");
    emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, "Text");

    /* Send it off to the Activity-Chooser */
    this.startActivity(Intent.createChooser(emailIntent, "Send mail..."));

But when I change the code as:

        Intent call = new Intent(android.content.Intent.ACTION_CALL);
    call.setData(Uri.parse("tel:" + phoneNo));
    this.startActivity(Intent.createChooser(call, "Hello there..."));

No activity chooser menu is shown, just straight dial. I also want to list skype in that menu. Do you have any idea?

  • 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-23T05:12:00+00:00Added an answer on May 23, 2026 at 5:12 am

    As someone else answered in one of your previous questions, you really do need to read up on Intents and Filters. I’ll give you a quick explanation though. An Intent is a type of message that Android applications can register to handle. If Skype is not installed, then it won’t be able to register for that Intent and so won’t show up in that menu. If it is installed and still doesn’t show up, that means it’s not registered for that Intent. I don’t know the Android Skype app, but judging from the picture you linked in the other question, it seems that it does register for that Intent and will show up when installed.

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

Sidebar

Related Questions

I am trying to show a activity or a dialog when the phone is
I'm trying to show an alert dialog with my application from a non-activity. So
I'm trying to test an Activity in android which will show a ProgressDialog and
HI, Im trying to show a ProgressDialog while the activity is loading. my problem
I'm trying to build a contact application In the main activity i Show a
I'm trying to send some String Data from sub activity to main activity and
I'm trying to start an activity from a service running in background but its
I am trying to prevent the activity from loading twice if I press the
I'm trying to do something rather simple here, just launch a new activity from
I'm trying to pass some data from one activity to a new one but

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.