mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 13:10:30 +00:00
Minor changes
This commit is contained in:
@@ -7,10 +7,7 @@ import java.io.File;
|
||||
class InjectedClassLoader extends DynamicClassLoader {
|
||||
|
||||
InjectedClassLoader(File apk) {
|
||||
super(apk,
|
||||
/* Use the base classloader as we do not want stub
|
||||
* APK classes accessible from the main app */
|
||||
Object.class.getClassLoader());
|
||||
super(apk);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user