am 327d056d: am 656d09ed: am 0f6db1e8: Merge "Add DevicePolicyManager flag for fingerprint." into lmp-dev
* commit '327d056dca4cc804db27ae9591e20c7026cf1bd2': Add DevicePolicyManager flag for fingerprint.
This commit is contained in:
@@ -1560,6 +1560,11 @@ public class DevicePolicyManager {
|
||||
*/
|
||||
public static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4;
|
||||
|
||||
/**
|
||||
* Disable fingerprint sensor on keyguard secure screens (e.g. PIN/Pattern/Password).
|
||||
*/
|
||||
public static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5;
|
||||
|
||||
/**
|
||||
* Disable all current and future keyguard customizations.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user