Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a4d741 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix service name

parent c6496653
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ import static com.cyanogenmod.setupwizard.util.InstallAppsUtils.installPackage;

public class InstallAppsService extends IntentService {

    public InstallAppsService(String name) {
        super(name);
    public InstallAppService() {
        super("InstallAppsService");
    }

    @Override