package com.ifpdos.daemonserver;

import android.content.Intent;
import android.os.Bundle;
import com.ifpdos.mosquitto.R;

/* JADX INFO: loaded from: classes.dex */
public class MainActivity extends android.support.v7.app.c {
    @Override // android.support.v7.app.c, android.support.v4.app.f, android.support.v4.app.c0, android.app.Activity
    protected void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(R.layout.activity_main);
        startService(new Intent(this, (Class<?>) DaemonService.class));
        finish();
    }
}
