MultiDex Offline
A Context-less version of MultiDex Suport library, this modified version for those cases where the context is unknown (like in a xposed module).
Modified version based on 2.0.1 from androidx (tree 652081201e50f0766dcfd7c650ef91d417f48597).
public class MultiDexOffline {
public static void install(
SharedPreferences prefs,
ApplicationInfo applicationInfo,
String filesDir,
ClassLoader classLoader
);
}
Patches the application context class loader in the desired app by appending extra dex files
loaded from the application apk. This method should be called once.
MultiDexExtractor.PREFS_FILE
for the prefences filename, inside of shared_prefs folder under private files app./data/data/com.example.app/shared_prefs/multidex.version
.