Is it possible to hide the number that is called from an app?

前端 未结 1 1154
情深已故
情深已故 2021-01-23 08:07

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

1条回答
  •  萌比男神i
    2021-01-23 08:54

    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.

    0 讨论(0)
提交回复
热议问题