public class RequestUtil
extends java.lang.Object
| Constructor and Description |
|---|
RequestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static android.net.Uri |
appendParams(android.net.Uri uri,
java.util.List<org.apache.http.NameValuePair> params)
Appends a list of KV params on to the end of a URI
|
static java.lang.String |
getDefaultUserAgent()
Creates a user agent string for the device
|
public static java.lang.String getDefaultUserAgent()
public static android.net.Uri appendParams(android.net.Uri uri,
java.util.List<org.apache.http.NameValuePair> params)
uri - The URI to append toparams - The params to append