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

Commit 9983aca4 authored by Robin Lee's avatar Robin Lee
Browse files

Correct DeviceAdminReceiver.onPasswordChanged docs

Change-Id: I1bf0a7ffe251e6c9f88ce5fcdbacb99703915b10
parent a8c8851c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -411,8 +411,7 @@ public class DeviceAdminReceiver extends BroadcastReceiver {
    /**
     * Called after the user has changed their password, as a result of
     * receiving {@link #ACTION_PASSWORD_CHANGED}.  At this point you
     * can use {@link DevicePolicyManager#getCurrentFailedPasswordAttempts()
     * DevicePolicyManager.getCurrentFailedPasswordAttempts()}
     * can use {@link DevicePolicyManager#getPasswordQuality(android.content.ComponentName)}
     * to retrieve the active password characteristics.
     * @param context The running context as per {@link #onReceive}.
     * @param intent The received intent as per {@link #onReceive}.