Class AndroidSettingFactory
java.lang.Object
com.ibm.wala.dalvik.util.AndroidSettingFactory
Generate a Settings-Object from a String-Representation.
This is for use by a parser to generate the Objects to place in the AndroidEntryPointManager.
- Since:
- 2013-10-14
- Author:
- Tobias Blaschke <code@tobiasblaschke.de>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
Add an Intent that is _shure_ to be handled internally _only_.static class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AndroidSettingFactory
public AndroidSettingFactory()
-
-
Method Details
-
intent
Make an intent.- Parameters:
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 null- Throws:
IllegalArgumentException
- If name was null or starts with a dot and pack is null TODO: Check Target-Types
-
intent
-
intent
-