40 lines
1.2 KiB
Java
40 lines
1.2 KiB
Java
|
package androidx.appcompat.app;
|
||
|
|
||
|
import android.app.Service;
|
||
|
import android.content.ComponentName;
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import android.content.pm.PackageManager;
|
||
|
import android.content.pm.ServiceInfo;
|
||
|
import android.os.IBinder;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class AppLocalesMetadataHolderService extends Service {
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
static class LWm {
|
||
|
static int c() {
|
||
|
return 512;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.app.Service
|
||
|
public final IBinder onBind(Intent intent) {
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
|
||
|
public static ServiceInfo dD_(Context context) throws PackageManager.NameNotFoundException {
|
||
|
return context.getPackageManager().getServiceInfo(new ComponentName(context, (Class<?>) AppLocalesMetadataHolderService.class), LWm.c() | 128);
|
||
|
}
|
||
|
|
||
|
@Override // android.app.Service
|
||
|
public final void onCreate() {
|
||
|
super.onCreate();
|
||
|
}
|
||
|
|
||
|
@Override // android.app.Service, android.content.ContextWrapper
|
||
|
public final void attachBaseContext(Context context) {
|
||
|
super.attachBaseContext(context);
|
||
|
}
|
||
|
}
|