Merge "Switch trust agents to extend unlock mode by default." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b9cead91f8
@@ -237,7 +237,7 @@ public class TrustManagerService extends SystemService {
|
|||||||
Settings.Secure.getIntForUser(
|
Settings.Secure.getIntForUser(
|
||||||
mContentResolver,
|
mContentResolver,
|
||||||
Settings.Secure.TRUST_AGENTS_EXTEND_UNLOCK,
|
Settings.Secure.TRUST_AGENTS_EXTEND_UNLOCK,
|
||||||
0 /* default */,
|
1 /* default */,
|
||||||
mCurrentUser) != 0;
|
mCurrentUser) != 0;
|
||||||
} else if (LOCK_SCREEN_WHEN_TRUST_LOST.equals(uri)) {
|
} else if (LOCK_SCREEN_WHEN_TRUST_LOST.equals(uri)) {
|
||||||
mLockWhenTrustLost =
|
mLockWhenTrustLost =
|
||||||
|
|||||||
Reference in New Issue
Block a user