Provides a path to the Text Symbol file and to the Android Manifest
Type | Name and description |
---|---|
File |
getSymbolFile() Returns the location of the text symbol file |
boolean |
isOptional() Returns whether the library is considered optional, meaning that it may or may not be present in the final APK. |
Methods inherited from class | Name |
---|---|
interface ManifestProvider |
getManifest |
Returns the location of the text symbol file
Returns whether the library is considered optional, meaning that it may or may not be present in the final APK. If the library is optional, then: - if the consumer is a library, it'll get skipped from resource merging and won't show up in the consumer R.txt - if the consumer is a separate test project, all the resources gets skipped from merging.