正在查看: Tasker v6.6.3 应用的 e2.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Tasker v6.6.3 应用的 e2.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.joaomgcd.taskerm.action.net;
import android.annotation.TargetApi;
import android.os.Bundle;
import android.telephony.SubscriptionInfo;
import com.joaomgcd.taskerm.util.pe;
import com.joaomgcd.taskerm.util.te;
import com.joaomgcd.taskerm.util.we;
import net.dinglisch.android.taskerm.ExecuteService;
public final class e2 extends zf.t<y2> {
public e2(ExecuteService executeService, net.dinglisch.android.taskerm.c cVar, Bundle bundle, xd.a<y2, ?, ?> aVar) {
super(executeService, cVar, bundle, aVar);
jk.p.i(executeService, "service");
jk.p.i(cVar, "action");
jk.p.i(bundle, "taskVars");
jk.p.i(aVar, "actionBase");
}
@TargetApi(22)
public pe f(y2 y2Var) {
int intValue;
SubscriptionInfo h;
jk.p.i(y2Var, "input");
lg.o0 type = y2Var.getType();
if (type == null) {
return te.c("No mobile network type received from input");
}
lg.n0 n0Var = new lg.n0(q());
Integer valueOf = (!com.joaomgcd.taskerm.util.r.a.F() || (h = vf.a.a.h(q(), y2Var.getSimCard())) == null) ? null : Integer.valueOf(h.getSubscriptionId());
if (valueOf != null) {
try {
intValue = valueOf.intValue();
} catch (Throwable th) {
if (!com.joaomgcd.taskerm.util.r.a.i(q())) {
throw th;
}
return te.c("Unfortunately Google disabled this feature for apps that target Android 10 and above (" + th.getClass().getSimpleName() + "). Check here for more info: https://tasker.joaoapps.com/userguide/en/target_api.html");
}
} else {
intValue = 1;
}
pe peVar = (pe) n0Var.d(type, intValue).f();
if (peVar.b()) {
return new we(true, new k3(null), (com.joaomgcd.taskerm.util.h3) null);
}
jk.p.f(peVar);
return peVar;
}
public boolean t() {
return true;
}
}