public class CanaryFactory extends Object
create(java.lang.String, java.lang.String)
.Modifier and Type | Method and Description |
---|---|
static FileLike |
create(String store,
String index)
Adds a "canary" class to a secondary dex that can be safely loaded on any system.
|
public static FileLike create(String store, String index)
store
- dex store name of the current zip (to ensure unique names).index
- Index of the current zip (to ensure unique names).