public static interface Detector.BinaryResourceScanner
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(com.android.resources.ResourceFolderType folderType)
Returns whether this detector applies to the given folder type.
|
void |
checkBinaryResource(ResourceContext context)
Called for each resource folder
|
void checkBinaryResource(@NonNull
ResourceContext context)
context - the context for the resource fileboolean appliesTo(@NonNull
com.android.resources.ResourceFolderType folderType)
folderType - the folder type to be visited