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

Commit df2258be authored by Jim Miller's avatar Jim Miller
Browse files

Fix doc build.

We probably don't need to deprecate this constant.  It can still be used
by partner devices if they choose to continue to support widgets.

Change-Id: Ie8c33446e0c5c32d96ed0670df1772adedf6a5de
parent 2a56ef70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5035,7 +5035,7 @@ package android.app.admin {
    field public static final int KEYGUARD_DISABLE_SECURE_NOTIFICATIONS = 4; // 0x4
    field public static final int KEYGUARD_DISABLE_TRUST_AGENTS = 16; // 0x10
    field public static final int KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS = 8; // 0x8
    field public static final deprecated int KEYGUARD_DISABLE_WIDGETS_ALL = 1; // 0x1
    field public static final int KEYGUARD_DISABLE_WIDGETS_ALL = 1; // 0x1
    field public static final int PASSWORD_QUALITY_ALPHABETIC = 262144; // 0x40000
    field public static final int PASSWORD_QUALITY_ALPHANUMERIC = 327680; // 0x50000
    field public static final int PASSWORD_QUALITY_BIOMETRIC_WEAK = 32768; // 0x8000
+2 −3
Original line number Diff line number Diff line
@@ -1269,7 +1269,6 @@ public class DevicePolicyManager {

    /**
     * Disable all keyguard widgets. Has no effect.
     * @deprecated
     */
    public static final int KEYGUARD_DISABLE_WIDGETS_ALL = 1 << 0;