package androidx.appcompat.app;
import android.app.Service;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ServiceInfo;
import android.os.IBinder;
/* JADX INFO: loaded from: classes.dex */
public final class t extends Service {
private static class a {
static int a() {
return 512;
}
}
public static ServiceInfo a(Context context) {
return context.getPackageManager().getServiceInfo(new ComponentName(context, (Class<?>) t.class), a.a() | 128);
}
@Override // android.app.Service
public IBinder onBind(Intent intent) {
throw new UnsupportedOperationException();
}
}
Download file