
android.os.ServiceManager Maven / Gradle / Ivy
The newest version!
package android.os;
public class ServiceManager {
public static IBinder getService(String name) {
throw new UnsupportedOperationException("STUB");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy