English 中文(简体)
将“意见”添加到对roid/将电话窗口放在roid
原标题:Adding a "View" to the recieving/placing call window on android

我正在寻求一些帮助,而不是 sp温饲料来源法(从我在这个论坛上读过的一些镜头来看,可能会有任何进展)。 我真的想要知道,我对我所领导的污点是否甚至可能发生,如果我能朝着正确方向指出的话。 因此,我期待着增加一个“观点”,实际上,它的确关系到他们当中哪一类概念在接收或发出电话时都会出现。 你们知道在你身上几乎没有刺.或照片等。 唯一的事情是,我只想像头30px那样做“观点”。

For instance, you receive a phone call and at the top of your screen on top of the receiving call window is a TextView with a note about this person (i.e. - he stinks).

迄今为止,我能够讨论的唯一事情是,我必须拿出一个既看不见又不见的布局,但迄今还没有看到。

Am I barking up the right tree or do I need to find a different tree to sniff. Any and all help would be appreciated.

问题回答

我真的不了解这方面的答案,但如果可能的话,那么大概你们会不得不根据即将到来的电话活动,自行发起定制活动。 您自己的活动将取代标准系统电话应用。 因此,我在这里进行了搜索,我可以在短期内发现的与以前最模糊相关的问题是:

是否有可能写新的“电话”活动,如果是的话?

在安乐伯的电话中开展一项活动。

Answers on those seem to suggest the phone would need to be rooted before you could replace the standard phone app for receiving calls.





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签