Merge "Turn flag back to default on" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
83566315a3
@@ -796,7 +796,7 @@ public final class CredentialManagerService
|
|||||||
return DeviceConfig.getBoolean(
|
return DeviceConfig.getBoolean(
|
||||||
DeviceConfig.NAMESPACE_CREDENTIAL,
|
DeviceConfig.NAMESPACE_CREDENTIAL,
|
||||||
DEVICE_CONFIG_ENABLE_CREDENTIAL_MANAGER,
|
DEVICE_CONFIG_ENABLE_CREDENTIAL_MANAGER,
|
||||||
false);
|
true);
|
||||||
} finally {
|
} finally {
|
||||||
Binder.restoreCallingIdentity(origId);
|
Binder.restoreCallingIdentity(origId);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user