I have a list of people in my app and when the user taps one of the list items, that person is called.
Is it possible to hide the called number, so the person would be called b
No. When you pass the Intent off to startActivity or startActivityForResult, the other activity has control until that activity exits. This is to prevent apps from making calls to 900 numbers without the user's knowledge.