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