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

Commit f64de9c1 authored by Alex Johnston's avatar Alex Johnston
Browse files

Update DevicePolicyManager lost mode documentation

Bug: 206753788
Test: NA
Change-Id: Ib9e1f460b5e70d9f5bc08a44e759d88588e1ab07
parent c9f75fda
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6453,6 +6453,10 @@ public class DevicePolicyManager {
     * <p>The caller must hold the
     * {@link android.Manifest.permission#TRIGGER_LOST_MODE} permission.
     *
     * <p>Register a broadcast receiver to receive lost mode location updates. This receiver should
     * subscribe to the {@link #ACTION_LOST_MODE_LOCATION_UPDATE} action and receive the location
     * from an intent extra {@link #EXTRA_LOST_MODE_LOCATION}.
     *
     * <p> Not for use by third-party applications.
     *
     * @param executor The executor through which the callback should be invoked.