【发布时间】:2016-03-08 08:58:53
【问题描述】:
我有一个应用程序,它基本上列出了一些人,你点击他们的行/名字来称呼他们,就像这样:
String tel = "tel:" + temp.getPhone();
Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(tel))
但是,如果接听电话的人可以从来电显示(或以某种方式)看到来电来自我的应用程序,我希望它。比如覆盖来电显示或附加电话号码扩展或其他东西?
【问题讨论】:
标签: android android-intent phone-call