public interface ManifestFactory
A factory that detects what build system is in use and provides a ManifestFactory that can create an AndroidManifest for that environment.
The following build systems are currently supported:
Modifier and Type | Method and Description |
---|---|
ManifestIdentifier |
identify(Config config)
Creates a
ManifestIdentifier which represents an Android app, service, or library under test, indicating its manifest file, resources and assets directories, and optionally dependency libraries and an overridden package name. |
ManifestIdentifier identify(Config config)
Creates a ManifestIdentifier
which represents an Android app, service, or library under test, indicating its manifest file, resources and assets directories, and optionally dependency libraries and an overridden package name.
config
- The merged configuration for the running test.