Since: API Level 1
package

dalvik.system

Classes | Description

Provides utility and system information classes specific to the Dalvik VM.

more...

Classes

DexClassLoaderProvides a simple ClassLoader implementation that operates on a list of jar/apk files with classes.dex entries. 
DexFileManipulates DEX files. 
PathClassLoaderProvides a simple ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network.