This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=55454:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===== Results of comparing two JARs ===== | |
Comparing 3833 classes from C:\Program Files (x86)\Android\sdk\platforms\android-N\android.jar | |
To 3828 classes from C:\Program Files (x86)\Android\sdk\android-N.rev2\android.jar | |
public static final class android.Manifest$permission extends Object { | |
+ public static final String BIND_VR_LISTENER_SERVICE; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class android.webkit.WebMessage extends Object { | |
public WebMessage(String); | |
public WebMessage(String, WebMessagePort[]); | |
public String getData(); | |
public WebMessagePort[] getPorts(); | |
} | |
public abstract class android.webkit.WebMessagePort extends Object { | |
WebMessagePort(); | |
public abstract void close(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class android.app.usage.NetworkStatsManager extends Object { | |
NetworkStatsManager(); | |
public NetworkUsageStats querySummary(int, String, long, long) throws SecurityException, RemoteException; | |
public NetworkUsageStats queryDetails(int, String, long, long) throws SecurityException, RemoteException; | |
public NetworkUsageStats$Bucket querySummaryForUser(int, String, long, long) throws SecurityException, RemoteException; | |
public NetworkUsageStats queryDetailsForUid(int, String, long, long, int) throws SecurityException, RemoteException; | |
public NetworkUsageStats$Bucket querySummaryForDevice(int, String, long, long) throws SecurityException, RemoteException; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static class android.app.Notification$Builder extends Object { | |
public Notification$Builder setLargeIcon(Icon); | |
public Notification$Builder setSmallIcon(Icon); | |
} | |
public static final class android.app.Notification$CarExtender extends Object implements Notification$Extender { | |
public Notification$CarExtender(); | |
public Notification$CarExtender(Notification); | |
public Notification$CarExtender setColor(int); | |
public int getColor(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class android.hardware.fingerprint.Fingerprint extends Object implements Parcelable { | |
public Fingerprint(CharSequence, int, int, long); | |
public static final Parcelable$Creator CREATOR; | |
public CharSequence getName(); | |
public void writeToParcel(Parcel, int); | |
public int describeContents(); | |
} | |
public class android.hardware.fingerprint.FingerprintManager extends Object { | |
FingerprintManager(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===== Results of comparing two JARs ===== | |
Generated by @ https://github.com/JustinAngel/compareJars | |
Showing API additions only. Removed APIs aren't shown. | |
Comparing 3479 classes from C:\Program Files (x86)\Android\sdk\platforms\android-MNC\android.jar | |
To 3683 classes from C:\Program Files (x86)\Android\sdk\platforms\android-22\android.jar | |
public static final class android.Manifest$permission extends Object { |