08-13-2008 02:06 AM
Well I am puzzled: key events do have time since the device was turned on (that is not system uptime, is it?), but how to get even that info without user hitting any key?
The actual task at hands: find a certain way to indicate that your application has run since boot time.
The idea was to use persistence to store the time of app start and compare it against system uptime on subsequent runs - if app time is greater - it has run, otherwise it has not.
Thanks,
Nikolay
Solved! Go to Solution.
08-13-2008 11:07 AM