If you're wanting to do an operation based on elapsed time, there are java 
based options.

System.nanoTime() returns a value based on elapsed time as measured by the 
VM from which it is called.

https://developer.android.com/reference/java/lang/System.html#nanoTime()
http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#nanoTime()

On Thursday, September 5, 2013 3:57:34 AM UTC-5, ashish wrote:
>
> Hi,
>
> i want to perform some time based operation in android device?
> but user can change the device time manually as the result current time 
> varies..is there any way so that i can track the current time?
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to