public class SystemUtils
extends java.lang.Object
| Constructor and Description |
|---|
SystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static android.location.Location |
getLocation(android.content.Context context)
Returns the last known location.
|
static java.lang.String |
getWebViewUserAgent(android.content.Context context)
Returns the default user agent
|
public static java.lang.String getWebViewUserAgent(android.content.Context context)
context - valid Contextpublic static android.location.Location getLocation(android.content.Context context)
context - valid Context