-1

I want get cell information (name of cell and address of cell) of incoming call in android? Is this possible?

ngrashia
  • 9,869
  • 5
  • 43
  • 58
  • possible duplicate of [Android Handle phone call](http://stackoverflow.com/questions/4324659/android-handle-phone-call) – berserk Oct 11 '14 at 08:59

1 Answers1

0

It is possible, if the information are stored in your device phonebook. You can use PhoneStateListener to detected Phone call State.

Here more information

ngrashia
  • 9,869
  • 5
  • 43
  • 58
Md Abdul Gafur
  • 6,213
  • 2
  • 27
  • 37