标签: android android-dialer
我想在我的应用程序中集成拨号程序,就像在True Caller中一样。 是否有任何第三方库或android提供任何接口。
先谢谢
答案 0 :(得分:2)
如果您想在自己的应用中使用自己的拨号器,那么您需要创建自定义用户界面,并且必须在intent-filter文件中添加一些Permission,Manifest。还必须回复Intent.ACTION_CALL。 answer zirael将指导您。
intent-filter
Permission
Manifest
Intent.ACTION_CALL