public class UriUtils
extends java.lang.Object
Constructor and Description |
---|
UriUtils() |
Modifier and Type | Method and Description |
---|---|
static android.content.Intent |
getMainActivityIntent(android.content.Context context,
android.os.Bundle extras) |
static java.util.Map<java.lang.String,java.lang.String> |
getQueryParameters(android.net.Uri uri)
Parses the query part of the uri and returns a mapping of the query keys to the
values.
|
static boolean |
isActivityRegisteredInManifest(android.content.Context context,
java.lang.String className) |
public static java.util.Map<java.lang.String,java.lang.String> getQueryParameters(android.net.Uri uri)
public static android.content.Intent getMainActivityIntent(android.content.Context context, android.os.Bundle extras)
public static boolean isActivityRegisteredInManifest(android.content.Context context, java.lang.String className)
context
- The context used to create the checked component identifier.className
- The class name for a registered activity with the given context