0

Hello, i'm try to make an auto run application in android,

Example : App to read call log

  1. My app runs in background and it runs once in an hour to get all call log from past one hour.

    Can anyone help me to built an application like that?

Thanks for answers

Community
  • 1
  • 1
adrasa
  • 115
  • 1
  • 4
  • 13

2 Answers2

0

Android's AlarmManager can perform the job you want to do.

Vinay W
  • 9,912
  • 8
  • 41
  • 47