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

Commit b9245343 authored by Pietro Maggi's avatar Pietro Maggi Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in DeviceAdminReceiver#onOperationSafetyStateChanged" into main

parents 94fa137d c239d6b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1107,7 +1107,7 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
    /**
     * Called to notify the state of operations that can be unsafe to execute has changed.
     *
     * <p><b>Note:/b> notice that the operation safety state might change between the time this
     * <p><b>Note:</b> notice that the operation safety state might change between the time this
     * callback is received and the operation's method on {@link DevicePolicyManager} is called, so
     * calls to the latter could still throw a {@link UnsafeStateException} even when this method
     * is called with {@code isSafe} as {@code true}