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

android.os.SELinux Maven / Gradle / Ivy

package android.os;

public class SELinux {
	public static final String getContext() {
		throw new UnsupportedOperationException("STUB");
	}

	public static final boolean isSELinuxEnabled() {
		throw new UnsupportedOperationException("STUB");
	}

	public static final boolean isSELinuxEnforced() {
		throw new UnsupportedOperationException("STUB");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy