public class AndroidSettingFactory
extends java.lang.Object
This is for use by a parser to generate the Objects to place in the AndroidEntryPointManager.
AndroidManifestXMLReader| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidSettingFactory.ExternalIntent |
static class |
AndroidSettingFactory.IgnoreIntent |
static class |
AndroidSettingFactory.InternalIntent
Add an Intent that is _shure_ to be handled internally _only_.
|
static class |
AndroidSettingFactory.StandardIntent |
static class |
AndroidSettingFactory.UnknownIntent |
| Constructor and Description |
|---|
AndroidSettingFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Intent |
intent(java.lang.String fullyQualifiedAction) |
static Intent |
intent(java.lang.String fullyQualifiedAction,
java.lang.String uri) |
static Intent |
intent(java.lang.String pack,
java.lang.String name,
java.lang.String uri)
Make an intent.
|
public static Intent intent(java.lang.String pack, java.lang.String name, java.lang.String uri)
pack - The applications package. May be null if unknown - but this may yield an exceptionname - The Action this intent representsuri - The URI to match may be nulljava.lang.IllegalArgumentException - If name was null or starts with a dot and pack is null TODO:
Check Target-Typespublic static Intent intent(java.lang.String fullyQualifiedAction, java.lang.String uri)
public static Intent intent(java.lang.String fullyQualifiedAction)