Hi, I'd like to be able to show/hide my phone number 'on the fly' depending on which number is being called.
I've worked out I need to listen for android.intent.action.NEW_OUTGOING_CALL and can use EXTRA_PHONE_NUMBER to get the number. OK so far (I think). I then want to check to see if the number is in my Contacts list and if it's not, force a popup dialog with an option to change my call settings to hide my number. My phone has this option in Settings -> Call -> Additional Settings -> Caller ID which gives me options for Network Default | Hide number | Show number but I can't find out how to do this from within an android app. Any help gratefully received. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

