0

I want my app to run when the user clicks on the call log button. How can I do that?

Stev_k
  • 2,118
  • 3
  • 22
  • 36
Midhun VP
  • 629
  • 1
  • 10
  • 18

1 Answers1

0

You have to use BroadcastReceiver and app work like service and service activate when you click on call log button and you app work.

This is the concept behind it.

For broadcast receiver http://www.vogella.de/articles/AndroidServices/article.html

Newts
  • 1,354
  • 14
  • 23