Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3161d6dc authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 9430

* changes:
  Update docs.
parents 1e6e2489 37296dc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2394,6 +2394,7 @@ public class Activity extends ContextThemeWrapper
     *
     * @param id The id of the managed dialog.
     *
     * @see Dialog
     * @see #onCreateDialog(int)
     * @see #onPrepareDialog(int, Dialog)
     * @see #dismissDialog(int)
+7 −1
Original line number Diff line number Diff line
@@ -30,7 +30,13 @@ package android.os;
 *     backwards or forwards unpredictably.  This clock should only be used
 *     when correspondence with real-world dates and times is important, such
 *     as in a calendar or alarm clock application.  Interval or elapsed
 *     time measurements should use a different clock.
 *     time measurements should use a different clock.  If you are using
 *     System.currentTimeMillis(), consider listening to the
 *     {@link android.content.Intent#ACTION_TIME_TICK ACTION_TIME_TICK},
 *     {@link android.content.Intent#ACTION_TIME_CHANGED ACTION_TIME_CHANGED}
 *     and {@link android.content.Intent#ACTION_TIMEZONE_CHANGED
 *     ACTION_TIMEZONE_CHANGED} {@link android.content.Intent Intent}
 *     broadcasts to find out when the time changes.
 *
 *     <li> <p> {@link #uptimeMillis} is counted in milliseconds since the
 *     system was booted.  This clock stops when the system enters deep