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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:53:33+00:00 2026-06-11T21:53:33+00:00

I have an ImageButton that trigger the Call Intent. I want to know if

  • 0

I have an ImageButton that trigger the Call Intent. I want to know if it is possible to pass 2 numbers as data, so that when you tap the button, it opens automatically a popup which let you choose the number to call. This should be the default Android behavior for your contacts, if you have more than one number associated with the contact you’re trying to call, it gives you the options.

my code is something like this:

 Intent callIntent = new Intent(Intent.ACTION_CALL);
 callIntent.setData(Uri.parse("1234567890"));
 startActivity(callIntent);

I tried to put multiple number separeted by semi colon, but is not working:

 Intent callIntent = new Intent(Intent.ACTION_CALL);
 callIntent.setData(Uri.parse("1234567890;0987654321"));
 startActivity(callIntent);

Does anyone have a solution for this?

Thanks
Manuel

  • 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-11T21:53:34+00:00Added an answer on June 11, 2026 at 9:53 pm

    I dont think there exits any such thing programmatically.

    But you can try something like this,On click of image button :

    1) If only 1 number, use the code you have written.

    2) If multiple numbers, open a dialog box(You need to create that all by yourself) and let user choose the number, and then redirect the number to your code

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

Sidebar

Related Questions

I want to have a Button/ImageButton that looks like this (round button on the
I have an ImageButton that I want to fill its parent RelativeLayout container for
I want to make an ad banner. Right now i have an imagebutton that
I have one ImageButton in my xml layout like that : <ImageButton android:id=@+id/tabsButton android:background=@drawable/button
I have a custom button class called ImageButton that extends JButton. In it i
I have over 30 clickable imagebutton views that I want to create programatically instead
I have a column that has an ImageButton. my database field has bit data
I am learning ASP.Net. I have a dynamically created ImageButton that I would like
I have a calender selector that looks like <asp:ImageButton ID=calStartImage runat=server ImageUrl=../images/SmallCalendar.gif AlternateText=Please select
I have a problem that when I click on the image button instead of

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.