All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.ActivityThread Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package android.app;

public class ActivityThread {

    public static ActivityThread currentActivityThread() {
        throw new RuntimeException("Stub!");
    }

    public static Application currentApplication() {
        throw new RuntimeException("Stub!");
    }

    public static boolean isSystem() {
        throw new RuntimeException("Stub!");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy