全屏来电图片和全屏来电显示
所以我一直在寻找如何替换 in 调用屏幕或在其上放置一些东西......我唯一的解决方案 到目前为止发现是制作我自己的ROM,这对于 操作系统的一小部分。但是我发现这两个应用程序(完整 屏幕来电显示图片和全屏来电显示) 呼叫屏幕标准顶部的联系人图像和按钮。
我不知道这些开发人员到底做了什么,但是 希望论坛里有人这么做。
有什么想法吗?
So I've been searching for some time on how to either replace the in
call screen or put something on top of it....the only solution I have
found thus far is to make my own ROM, which doesn't make sense for
such a small portion of an OS. however I found these two apps (Full
Screen Caller Pictures and Full Screen Caller ID) that are able to put
a contact image and button on top of the standard in call screen.
I don't know exactly what either of these developers have done, but
hope someone on the forums does.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
扩展BroadcastReceiver类,设置为开机启动,然后添加
Listener的监听器onReceive代码:
extend BroadcastReceiver class, set to boot, and then add the listener onReceive
code of Listener: