Merge "Use createStringArray instead of readStringArray"
This commit is contained in:
@@ -355,7 +355,7 @@ public class ProxyInfo implements Parcelable {
|
|||||||
port = in.readInt();
|
port = in.readInt();
|
||||||
}
|
}
|
||||||
String exclList = in.readString();
|
String exclList = in.readString();
|
||||||
String[] parsedExclList = in.readStringArray();
|
String[] parsedExclList = in.createStringArray();
|
||||||
ProxyInfo proxyProperties = new ProxyInfo(host, port, exclList, parsedExclList);
|
ProxyInfo proxyProperties = new ProxyInfo(host, port, exclList, parsedExclList);
|
||||||
return proxyProperties;
|
return proxyProperties;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user