Rename class

This commit is contained in:
topjohnwu
2022-02-02 02:50:27 -08:00
parent 355341f0ab
commit f4cf5dc0cd
11 changed files with 27 additions and 27 deletions
@@ -21,7 +21,7 @@ public class DelegateComponentFactory extends AppComponentFactory {
@Override
public ClassLoader instantiateClassLoader(ClassLoader cl, ApplicationInfo info) {
DynLoad.loadAPK(info);
DynLoad.loadApk(info);
return new DelegateClassLoader();
}