1

I am creating an app that keep tracks of missed-calls, the problem I am facing is my app is killed by android os and my service stops running so after that I am not getting missed call data in my app what shall I do ? are there any special permissions that I should include in my manifest to keep listening to the calls. or can I avoid android os from killing my service, or what else can I do to keep my service alive. I have used a started service, but still it is not helping. what shall I do ?

Suraj Makhija
  • 1,376
  • 8
  • 16
Kalpesh Kundanani
  • 5,413
  • 4
  • 22
  • 32

1 Answers1

1

Use BroadcastReceiver instead Service Broadcast Receiver For New Incoming Phone Call"

Arsalan Khan
  • 403
  • 3
  • 11