正在查看: Tasker v6.5.11 应用的 ServiceGenericAction.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Tasker v6.5.11 应用的 ServiceGenericAction.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.joaomgcd.taskerm.genericaction;
import android.app.IntentService;
import android.content.Intent;
import jk.d1;
import jk.n0;
import jk.o0;
import jk.x2;
import net.dinglisch.android.taskerm.tp;
import pg.w0;
public final class ServiceGenericAction extends IntentService {
private final lj.j i;
private final lj.j q;
static final class a extends yj.q implements xj.a<n0> {
public static final a i = new a();
a() {
super(0);
}
@Override
public final n0 invoke() {
return o0.j(o0.a(d1.b()), x2.b(null, 1, null));
}
}
static final class b extends yj.q implements xj.a<com.joaomgcd.taskerm.helper.w<ServiceGenericAction>> {
b() {
super(0);
}
@Override
public final com.joaomgcd.taskerm.helper.w<ServiceGenericAction> invoke() {
return new com.joaomgcd.taskerm.helper.w<>(ServiceGenericAction.this, "GenericAction");
}
}
public ServiceGenericAction() {
super("ServiceGenericAction");
this.i = lj.k.b(a.i);
this.q = lj.k.b(new b());
}
private final com.joaomgcd.taskerm.helper.w<ServiceGenericAction> b() {
return (com.joaomgcd.taskerm.helper.w) this.q.getValue();
}
public final n0 a() {
return (n0) this.i.getValue();
}
@Override
public void onCreate() {
com.joaomgcd.taskerm.util.p.t(this, "GenericAction");
super.onCreate();
try {
setTheme(tp.X(this));
} catch (Throwable th2) {
w0.X0(this, th2);
}
}
@Override
public void onDestroy() {
b().J();
super.onDestroy();
o0.f(a(), null, 1, null);
}
@Override
protected void onHandleIntent(Intent intent) {
com.joaomgcd.taskerm.util.p.t(this, "GenericAction");
if (intent == null) {
return;
}
a0 a0Var = new a0(this, intent);
com.joaomgcd.taskerm.helper.i.T(b(), com.joaomgcd.taskerm.util.p.q(this), null, 2, null);
a0.b(a0Var, a(), null, null, 6, null);
}
}