public class AndroidSettingFactory extends Object
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() |
public static Intent intent(String pack, String name, 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 nullIllegalArgumentException
- If name was null or starts with a dot and pack is null