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

Commit a9b72b30 authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Update JavaDoc of LocationManager#requestLocationUpdates

Bug: 111522117
Change-Id: If92dd8b2517769ef2964c671fcbd41b58e8727f2
Fixes: 111522117
Test: n/a (javadoc only)
parent 4c436c0f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -734,6 +734,11 @@ public class LocationManager {
     * calling Activity. If a Looper is specified with a {@link LocationListener}
     * then callbacks are made on the supplied Looper thread.
     *
     * <p> When location callbacks are invoked, the system will hold a wakelock
     * on your application's behalf for some period of time, but not
     * indefinitely. If your application requires a long running wakelock
     * within the location callback, you should acquire it yourself.
     *
     * <p class="note"> Prior to Jellybean, the minTime parameter was
     * only a hint, and some location provider implementations ignored it.
     * From Jellybean and onwards it is mandatory for Android compatible