![JAR search and dependency download from the Maven repository](/logo.png)
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