简体   繁体   English

Android:如何像真正的调用程序一样将拨号程序集成到应用程序中

[英]Android : How to integrate dialer in app like true caller

I would want to integrate dialer in my application like one in True Caller. 我想像我的True Caller中一样集成拨号程序。 Is there any 3rd party library or android provide any interface for that. 是否有任何第三方库或android提供任何接口。

Thanks in Advance 提前致谢

If you want your own Dialer in your application then for that you will need to create your custom UI and have to add some intent-filter , Permission in Manifest file. 如果要在应用程序中使用自己的Dialer,则需要创建自定义UI,并且必须在Manifest文件中添加一些intent-filterPermission Also have to respond on Intent.ACTION_CALL . 还必须对Intent.ACTION_CALL做出响应。 the answer by zirael will guide you. zirael回答将指导您。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在我的应用程序中集成android拨号键盘 - how to integrate android dialer keypad in my application 如何像真正的调用者一样在android中使用指定的sim拨打电话? - How to make Call using specified sim in android like true caller? 在Android原生来电屏幕上弹出窗口,如真正的来电Android应用 - Pop up window over Android native incoming call screen like true caller Android app 如何像Android Dialer应用程序一样在TextView中添加大小写字母? - How can I add big AND small letters in a TextView like in the Android Dialer app? Android:如何制作默认的拨号器应用程序? - Android: How to make a default dialer app? 你如何设置像Android ICS Dialer一样的ViewSwitcher? - How do you setup a ViewSwitcher like the Android ICS Dialer? Android应用程序访问android拨号程序 - Android app accessing the android dialer Android:如何显示安装在我的设备上的拨号程序列表,而不是直接调用默认拨号程序 - Android: How to show a list of dialer app installed on my device instead of directly calling default dialer 如何基于谷歌最新的 Android 拨号器应用程序(或基于原版的 ROM,如 Lineage OS)制作拨号器? - How to make a dialer based on Google's Android latest dialer app (or of a Vanilla based ROM such as Lineage OS)? 单击首选项时跳转到拨号程序或任何默认的呼叫者应用程序 - Jump to Dialer or any default Caller App when clicking on a Preference item
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM