Skip to content
Snippets Groups Projects
Commit 246c5d92 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Apply ag/12775659 to IpClientManager.

ag/12775659 was merged only in internal gerrit and prevents us
from moving or deleting IpClientManager in AOSP.

Apply to IpClientManager the changes made in that CL.

Test: m
Bug: 155703208
Merged-In: I74cb958b68d55a647547aae21baff6ddc364859b
Change-Id: I9e1f9bf5b28b87cfd40cf3abbf8bcd9abf46ecfe
parent 7b02279e
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,8 @@ public class IpClientManager {
} catch (RemoteException e) {
log("Error confirming IpClient configuration", e);
return false;
} finally {
Binder.restoreCallingIdentity(token);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment