Merge "Clarify javadoc for DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL"

This commit is contained in:
TreeHugger Robot
2018-03-02 19:03:25 +00:00
committed by Android (Google) Code Review

View File

@@ -3712,7 +3712,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;