View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cordova-android-shim-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
android.content
├─ android.content.Intent.class - [JAR]
android.net
├─ android.net.Uri.class - [JAR]
org.apache.cordova
├─ org.apache.cordova.CallbackContext.class - [JAR]
├─ org.apache.cordova.CordovaArgs.class - [JAR]
├─ org.apache.cordova.CordovaPlugin.class - [JAR]
android.os
├─ android.os.Build.class - [JAR]
├─ android.os.Bundle.class - [JAR]