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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:51:34+00:00 2026-06-13T11:51:34+00:00

I have a feature in my app which directly calls a phone number without

  • 0

I have a feature in my app which directly calls a phone number without going through the android dallier,
Everything worked fine on android 2.2 and 2.3,
but now since i upgraded my phone to 4.1,
The call intent being “ACTION_CALL” and not “ACTION_DIAL”
still goes to the dialer screen and waits for the user to tap the call button

Following is the block of code which is responsible to directly call a phone number:

void makeCall(Context context,String number){
 Intent callIntent = new Intent(Intent.ACTION_CALL);  
 // Add the additional flags required for staring new Activity.
 callIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);  
 callIntent.setData(Uri.parse("tel:"+number));
 context.startActivity(callIntent);
}

I also have the call permissions set in the manifest

<uses-permission android:name="android.permission.CALL_PRIVILEGED" />
<uses-permission android:name="android.permission.CALL_PHONE" />

Has anyone else faced a similar issue?

  • 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-13T11:51:34+00:00Added an answer on June 13, 2026 at 11:51 am

    It seems android treats “9999999991”, “9999999992”, “9999999993” since android 4.1 which i was using as dummy phone numbers for my testing, whereas the normal numbers dial up directly the above numbers are shown in the dialer.

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

Sidebar

Related Questions

I have built an android app which use Google Map feature. I want my
I have android app which works fine. And now I want to add some
So I have a huge app. It is full of features, most of which
I have a App that uses the In App feature. -(void) completeTransaction: (skPaymenttransaction *)transaction{
I have a feature in my web app like I have to send mails
I'm writing an iPhone app for a client, and they have requested a feature
I have an app that includes a search feature. This feature is implemented by
I have an app, that uses backup feature. This is line from my manifest:
In my app I have a article and comment model. I implemented a reply-feature,
I have a rails app, where Im having a drop box like feature-set. Each

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.