Loading services/net/java/android/net/ip/IpClientManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ public class IpClientManager { } catch (RemoteException e) { log("Error confirming IpClient configuration", e); return false; } finally { Binder.restoreCallingIdentity(token); } } Loading Loading
services/net/java/android/net/ip/IpClientManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ public class IpClientManager { } catch (RemoteException e) { log("Error confirming IpClient configuration", e); return false; } finally { Binder.restoreCallingIdentity(token); } } Loading