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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:42:54+00:00 2026-06-05T17:42:54+00:00

Is it possible to hide the number you are calling from through Android’s SDK?

  • 0

Is it possible to hide the number you are calling from through Android’s SDK? Consider this: You wish to make a private call, but since many people block private numbers, you do not want to use *67. This is something Doctors do regularly – they call from their cell phones but do not want the patient to have their private cell numbers.

So imagine we are building an app for Physicians. The app is given a list of contacts, a contact is clicked and the call is made, but in a way that hides the caller ID of this phone. For example, I have a Google Voice number that is different than my real cell phone number and I can receive calls on this number. Is there a way to programmatically make a phone call through Google Voice?

Can I also register some event listener on the call so that when the call is over the app is aware of it?

  • 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-05T17:42:56+00:00Added an answer on June 5, 2026 at 5:42 pm

    You can check this link, which uses the telephony api for this. Please check section 15.1.3 Example: Determining the State of a Call.

    I am pasting the example code also here:

    private class ListenToPhoneState extends PhoneStateListener {
    
    public void onCallStateChanged(int state, String incomingNumber) {
        Log.i("telephony-example", "State changed: " + stateName(state));
    }
    
    String stateName(int state) {
        switch (state) {
            case TelephonyManager.CALL_STATE_IDLE: return "Idle";
            case TelephonyManager.CALL_STATE_OFFHOOK: return "Off hook";
            case TelephonyManager.CALL_STATE_RINGING: return "Ringing";
        }
        return Integer.toString(state);
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Hide facebook app from search Okay, I know that this question was
Is it possible to hide a folder from the www directory so that the
Is it possible to hide certain functions/fields from displaying in javascript intellisense drop down
Is it possible to hide a dynamic query from the result sets provided from
Is it possible to hide markers that are not from a particular country? Eg
Possible Duplicate: Hide a C# program from the task manager? I need to create
Is it programmatically possible to hide the page number label which is shown in
Is it possible to hide the Javascript code from the html of a webpage,
Is it possible to hide more than one pop-up in one call? For example,
Is it possible to hide fields and/or properties from showing up in the debugger

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.