package com.google.android.play.core.assetpacks; import android.app.Service; import android.content.Intent; import android.os.IBinder; /* loaded from: classes2.dex */ public class ExtractionForegroundService extends Service { /* renamed from: a, reason: collision with root package name */ private final IBinder f4788a = new a1(this); public final synchronized void a() { stopForeground(true); stopSelf(); } @Override // android.app.Service public final IBinder onBind(Intent intent) { return this.f4788a; } }