com.android.internal.os.RuntimeInit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
Android Hidden API / android
package com.android.internal.os;
public class RuntimeInit {
public static final void main(String[] argv) {
throw new UnsupportedOperationException("STUB");
}
}