History log of /development/tools/apkcheck/src/com/android/apkcheck/ClassInfo.java
Revision Date Author Comments
4fbfbb3914cfcc6d2da41be818e76208f1e59866 20-Feb-2010 Andy McFadden <fadden@android.com> Minor improvements to apkcheck.

It turns out annotation classes aren't spelled out in the public API
file, so we now emit warnings instead of errors on unrecognized method
calls into annotation classes.

The <angle bracket> stripper wasn't working quite right, and did the
wrong thing on nested brackets and stuff like "java.lang.Class<?>[]".
2eceaea745773bb654bb4e52c00cafdedc68c0ac 09-Feb-2010 Andy McFadden <fadden@android.com> APK checker.

Compares the fields and methods accessed by an APK against the public
API files generated by the build. See the README for details.