Merge "Recommend different time source" into jb-mr2-dev

This commit is contained in:
Andy McFadden 2013-05-01 00:43:55 +00:00 committed by Android (Google) Code Review
commit 5d46b04bd5
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ Issues
presentation time when an absolute time is needed be queried on Android?
RESOLVED: The current clock value can be queried from the Java
SystemClock#uptimeMillis() method or from the native clock_gettime
function by passing CLOCK_MONOTONIC as the clock identifier.
System.nanoTime() method, or from the native clock_gettime function by
passing CLOCK_MONOTONIC as the clock identifier.
Revision History