- fileName
- the absolute path to the apk/jar file to examine.
Documentation for this section has not yet been entered.
Type Reason Java.IO.FileNotFoundException if fileName is not readable, not a file, or not present. Java.IO.IOException if fileName is not a valid apk/jar file or if problems occur while parsing it. Java.Lang.NullPointerException if fileName is null. Dalvik.SystemInterop.StaleDexCacheError if the optimized dex file is stale but exists on a read-only partition.
Returns true if the VM believes that the apk/jar file is out of date and should be passed through "dexopt" again.