Merge "Clarify javadoc for DevicePolicyManager.KEYGUARD_DISABLE_WIDGETS_ALL"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7bbedee7a4
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user