1

What I mean is, is there a clock in the system that is maintained separately from the clock which is set by the user? I'm curious regarding writing apps that do some function once per day, and how the programmer keeps the user from just setting back the clock and spamming the function.

Renjith
  • 5,783
  • 9
  • 31
  • 42
gjnave
  • 479
  • 4
  • 14

1 Answers1

0

Look at the answer in this thread here. Looks like thats exactly what you are looking for

Community
  • 1
  • 1
Peshal
  • 1,508
  • 1
  • 12
  • 22
  • ah! the Network Provider. Good link... Thank you. I wonder how you would handle it if the phone was in airport mode or out of signal range. – gjnave Sep 03 '13 at 04:00