导航菜单

页面标题

页面副标题

Tasker v6.6.3 - ServiceGenericAction.java 源代码

正在查看: Tasker v6.6.3 应用的 ServiceGenericAction.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.joaomgcd.taskerm.genericaction;

import android.app.IntentService;
import android.content.Intent;
import net.dinglisch.android.taskerm.fp;
import uk.x2;
import xf.d7;

public final class ServiceGenericAction extends IntentService implements d7, ze.e {
    private final vj.j i;
    private final vj.j q;

    public ServiceGenericAction() {
        super("ServiceGenericAction");
        this.i = vj.k.a(new ik.a() {
            @Override
            public final Object e() {
                uk.n0 c;
                c = ServiceGenericAction.c();
                return c;
            }
        });
        this.q = vj.k.a(new ik.a() {
            @Override
            public final Object e() {
                com.joaomgcd.taskerm.helper.w e;
                e = ServiceGenericAction.e(ServiceGenericAction.this);
                return e;
            }
        });
    }

    public static final uk.n0 c() {
        return uk.o0.j(uk.o0.a(uk.d1.b()), x2.b(null, 1, null));
    }

    public static final com.joaomgcd.taskerm.helper.w e(ServiceGenericAction serviceGenericAction) {
        return new com.joaomgcd.taskerm.helper.w(serviceGenericAction, "GenericAction");
    }

    @Override
    public com.joaomgcd.taskerm.helper.w<ServiceGenericAction> getHelper() {
        return (com.joaomgcd.taskerm.helper.w) this.q.getValue();
    }

    public uk.n0 getCoroutineScope() {
        return (uk.n0) this.i.getValue();
    }

    @Override
    public void onCreate() {
        com.joaomgcd.taskerm.util.c0.A(this, "GenericAction");
        super.onCreate();
        getHelper().g0();
        try {
            setTheme(fp.X(this));
        } catch (Throwable th2) {
            xg.e2.R1(this, th2);
        }
    }

    @Override
    public void onDestroy() {
        getHelper().h0();
        super.onDestroy();
        uk.o0.f(getCoroutineScope(), null, 1, null);
    }

    @Override
    protected void onHandleIntent(Intent intent) {
        com.joaomgcd.taskerm.util.c0.A(this, "GenericAction");
        if (intent == null) {
            return;
        }
        s1 s1Var = new s1(this, intent);
        com.joaomgcd.taskerm.helper.j.s0(getHelper(), com.joaomgcd.taskerm.util.c0.w(this), null, 2, null);
        s1.d(s1Var, getCoroutineScope(), null, null, 6, null);
    }
}