正在查看: Antivirus Cleaner v1.2.0.0 应用的 e0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Antivirus Cleaner v1.2.0.0 应用的 e0.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package o7;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.util.ArrayList;
import java.util.List;
public final class e0 {
@NonNull
public static Intent a() {
return new Intent("android.settings.SETTINGS");
}
@NonNull
public static Intent b(@NonNull Context context) {
return c(context, null);
}
@NonNull
public static Intent c(@NonNull Context context, @Nullable List<String> list) {
Intent intent = new Intent("android.settings.APPLICATION_DETAILS_SETTINGS");
intent.setData(i0.l(context));
if (list != null && !list.isEmpty() && j0.i()) {
Bundle bundle = new Bundle();
bundle.putStringArrayList("permissionList", list instanceof ArrayList ? (ArrayList) list : new ArrayList<>(list));
intent.putExtras(bundle);
intent.putExtra("isGetPermission", true);
}
if (i0.a(context, intent)) {
return intent;
}
Intent intent2 = new Intent("android.settings.APPLICATION_SETTINGS");
if (i0.a(context, intent2)) {
return intent2;
}
Intent intent3 = new Intent("android.settings.MANAGE_APPLICATIONS_SETTINGS");
return i0.a(context, intent3) ? intent3 : a();
}
@Nullable
public static Intent d(Context context) {
Intent intent = new Intent("com.oppo.safe.permission.PermissionTopActivity");
Intent k = k(context);
if (!i0.a(context, intent)) {
intent = null;
}
return i0.a(context, k) ? k0.a(intent, k) : intent;
}
@Nullable
public static Intent e(Context context) {
Intent intent = new Intent();
intent.setClassName("com.huawei.systemmanager", "com.huawei.systemmanager.addviewmonitor.AddViewMonitorActivity");
Intent intent2 = new Intent();
intent2.setClassName("com.huawei.systemmanager", "com.huawei.notificationmanager.ui.NotificationManagmentActivity");
Intent f = f(context);
String d = j0.d();
if (d == null) {
d = "";
}
if (d.startsWith("3.0")) {
if (!i0.a(context, intent2)) {
intent2 = null;
}
if (i0.a(context, intent)) {
intent2 = k0.a(intent2, intent);
}
} else {
if (!i0.a(context, intent)) {
intent = null;
}
intent2 = i0.a(context, intent2) ? k0.a(intent, intent2) : intent;
}
return i0.a(context, f) ? k0.a(intent2, f) : intent2;
}
@Nullable
public static Intent f(Context context) {
Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage("com.huawei.systemmanager");
if (i0.a(context, launchIntentForPackage)) {
return launchIntentForPackage;
}
return null;
}
@Nullable
public static Intent g(Context context) {
Intent putExtra = new Intent().setAction("miui.intent.action.APP_PERM_EDITOR").putExtra("extra_pkgname", context.getPackageName());
Intent n = n(context);
if (!i0.a(context, putExtra)) {
putExtra = null;
}
return i0.a(context, n) ? k0.a(putExtra, n) : putExtra;
}
@Nullable
public static Intent h(Context context) {
return g(context);
}
@Nullable
public static Intent i(Context context) {
Intent intent = new Intent();
intent.setClassName("com.android.settings", "com.android.settings.Settings$AppOpsDetailsActivity");
Bundle bundle = new Bundle();
bundle.putString("package", context.getPackageName());
intent.putExtra(":settings:show_fragment_args", bundle);
intent.setData(i0.l(context));
if (i0.a(context, intent)) {
return intent;
}
return null;
}
@Nullable
public static Intent j(Context context) {
return i(context);
}
@Nullable
public static Intent k(Context context) {
Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage("com.oppo.safe");
if (i0.a(context, launchIntentForPackage)) {
return launchIntentForPackage;
}
Intent launchIntentForPackage2 = context.getPackageManager().getLaunchIntentForPackage("com.color.safecenter");
if (i0.a(context, launchIntentForPackage2)) {
return launchIntentForPackage2;
}
Intent launchIntentForPackage3 = context.getPackageManager().getLaunchIntentForPackage("com.oplus.safecenter");
if (i0.a(context, launchIntentForPackage3)) {
return launchIntentForPackage3;
}
return null;
}
@Nullable
public static Intent l(Context context) {
Intent m = m(context);
if (i0.a(context, m)) {
return m;
}
return null;
}
@Nullable
public static Intent m(Context context) {
Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage("com.iqoo.secure");
if (i0.a(context, launchIntentForPackage)) {
return launchIntentForPackage;
}
return null;
}
@Nullable
public static Intent n(Context context) {
Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage("com.miui.securitycenter");
if (i0.a(context, launchIntentForPackage)) {
return launchIntentForPackage;
}
return null;
}
}