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

Commit 0a1d0fe9 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix service constructor

parent 90a4d741
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ import static com.cyanogenmod.setupwizard.util.InstallAppsUtils.installPackage;

public class InstallAppsService extends IntentService {

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