Merge "Apply ag/12775659 to IpClientManager." am: 77ba0a4383

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1739193

Change-Id: I45986d1a7c41060bd617ad6efdf613188b60aef0
This commit is contained in:
Lorenzo Colitti
2021-06-17 14:06:28 +00:00
committed by Automerger Merge Worker

View File

@@ -88,6 +88,8 @@ public class IpClientManager {
} catch (RemoteException e) {
log("Error confirming IpClient configuration", e);
return false;
} finally {
Binder.restoreCallingIdentity(token);
}
}