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

Commit 4b2f7aac authored by Rubin Xu's avatar Rubin Xu
Browse files

Clarify javadoc for DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL

Change-Id: I773336ef85fc268fc8026a9031632ba018833eb6
Fixes: 36847262
Test: builds
parent be06b5fc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3709,7 +3709,9 @@ public class DevicePolicyManager {
    public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0;

    /**
     * Disable all keyguard widgets. Has no effect.
     * Disable all keyguard widgets. Has no effect starting from
     * {@link android.os.Build.VERSION_CODES#LOLLIPOP} since keyguard widget is only supported
     * on Android versions lower than 5.0.
     */
    public static final int KEYGUARD_DISABLE_WIDGETS_ALL = 1 << 0;