commit | 9e28c4ce666f1b8c5e5355d739e37480856ef509 | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <djsollen@google.com> | Mon Nov 09 14:45:58 2009 -0500 |
committer | Derek Sollenberger <djsollen@google.com> | Mon Nov 09 14:45:58 2009 -0500 |
tree | ba5b9139d7ed17941421255b5577835fb0371da8 | |
parent | 0e983864fca215513de9664573dcc3bbadf41e79 [diff] |
Allow plugins to load java classes from their apk. Provide the functions to be called from native code that take the plugin's location and desired class name and then load that class from the plugin's apk if it is available. see http://b/2215696