0

I would want to integrate dialer in my application like one in True Caller. Is there any 3rd party library or android provide any interface for that.

Thanks in Advance

user3037028
  • 76
  • 2
  • 6

1 Answers1

2

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. Also have to respond on Intent.ACTION_CALL. the answer by zirael will guide you.

Community
  • 1
  • 1
Akshay
  • 6,029
  • 7
  • 40
  • 59