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 but the number would't show in android dialer application and during the calling?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.