Android的来电屏幕 [英] android incoming call screen

查看:157
本文介绍了Android的来电屏幕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想详细信息添加到来电屏幕上的机器人。 可以说我有一个字符串'X',所以我想'X'来显示下谁是目前呼叫的人的姓名的来电显示屏上。

我知道这是因为这些应用程序可能: 来电显示 Vringo

我是pretty的新的这个领域,所以我需要知道什么是过程中实现,例如:让来电的情况下,进入来电界面等等

谢谢!

解决方案

我认为你必须看看意图接收器(实际上是所谓的意图过滤器=>在你的清单中定义),应该有一个来电。然后你定义自己的应用程序,与由接收这样的意图,并与你喜欢的设计活动... 如果我没有记错的话,应该是这样的: ACTION_ANSWER

你可以找到更多的文档<一href="http://developer.android.com/intl/fr/guide/topics/manifest/intent-filter-element.html">here和的。

I would like to add details to the incoming call screen on android. lets say I have a string 'x', so I want 'x' to show up on the incoming call screen under the name of the person who is currently calling.

I know this is possible because of these apps: CallerId, Vringo

I'm pretty new to this area, so I need to know what is the process to achieve that, for example: get the event of incoming call, go to the incoming call interface and so on.

Thanks!

解决方案

I think you have to look at the intent receivers (actually called intent filter => have to be defined in your manifest), there should be one for incoming calls. And then you define your own application, with an activity that is made to receive this kind of intent and with the design you like... if i'm not mistaken, it should be this : ACTION_ANSWER

you can find more doc here and there.

这篇关于Android的来电屏幕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆