Merge "Turn flag back to default on" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-04-06 17:31:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
} }