导航菜单

页面标题

页面副标题

用信花 v1.1.3 - c0.java 源代码

正在查看: 用信花 v1.1.3 应用的 c0.java JAVA 源代码文件

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


package z3;

import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

public final class c0 {

    public static final String f6307a = "com.huawei.systemmanager";

    public static final String f6308b = "com.miui.securitycenter";

    public static final String f6309c = "com.oppo.safe";

    public static final String f6310d = "com.color.safecenter";

    public static final String f6311e = "com.oplus.safecenter";

    public static final String f6312f = "com.iqoo.secure";

    @Nullable
    public static Intent a(Context context) {
        Intent intent = new Intent("android.settings.SETTINGS");
        if (d0.a(context, intent)) {
            return intent;
        }
        return null;
    }

    public static Intent b(@NonNull Context context) {
        Intent intent = new Intent("android.settings.APPLICATION_DETAILS_SETTINGS");
        intent.setData(d0.l(context));
        if (d0.a(context, intent)) {
            return intent;
        }
        Intent intent2 = new Intent("android.settings.APPLICATION_SETTINGS");
        if (d0.a(context, intent2)) {
            return intent2;
        }
        Intent intent3 = new Intent("android.settings.MANAGE_APPLICATIONS_SETTINGS");
        return d0.a(context, intent3) ? intent3 : a(context);
    }

    @Nullable
    public static Intent c(Context context) {
        Intent intent = new Intent("com.oppo.safe.permission.PermissionTopActivity");
        Intent j4 = j(context);
        if (!d0.a(context, intent)) {
            intent = null;
        }
        return d0.a(context, j4) ? g0.a(intent, j4) : intent;
    }

    @Nullable
    public static Intent d(Context context) {
        Intent intent = new Intent();
        intent.setClassName(f6307a, "com.huawei.systemmanager.addviewmonitor.AddViewMonitorActivity");
        Intent intent2 = new Intent();
        intent2.setClassName(f6307a, "com.huawei.notificationmanager.ui.NotificationManagmentActivity");
        Intent e4 = e(context);
        String d2 = e0.d();
        if (d2 == null) {
            d2 = "";
        }
        if (d2.startsWith("3.0")) {
            if (!d0.a(context, intent2)) {
                intent2 = null;
            }
            if (d0.a(context, intent)) {
                intent2 = g0.a(intent2, intent);
            }
        } else {
            if (!d0.a(context, intent)) {
                intent = null;
            }
            intent2 = d0.a(context, intent2) ? g0.a(intent, intent2) : intent;
        }
        return d0.a(context, e4) ? g0.a(intent2, e4) : intent2;
    }

    @Nullable
    public static Intent e(Context context) {
        Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage(f6307a);
        if (d0.a(context, launchIntentForPackage)) {
            return launchIntentForPackage;
        }
        return null;
    }

    @Nullable
    public static Intent f(Context context) {
        Intent putExtra = new Intent().setAction("miui.intent.action.APP_PERM_EDITOR").putExtra("extra_pkgname", context.getPackageName());
        Intent n4 = n(context);
        if (!d0.a(context, putExtra)) {
            putExtra = null;
        }
        return d0.a(context, n4) ? g0.a(putExtra, n4) : putExtra;
    }

    @Nullable
    public static Intent g(Context context) {
        return f(context);
    }

    @Nullable
    public static Intent h(Context context) {
        Intent intent = new Intent();
        intent.setClassName("com.android.settings", "com.android.settings.Settings$AppOpsDetailsActivity");
        Bundle bundle = new Bundle();
        bundle.putString(b.f6281l, context.getPackageName());
        intent.putExtra(":settings:show_fragment_args", bundle);
        intent.setData(d0.l(context));
        if (d0.a(context, intent)) {
            return intent;
        }
        return null;
    }

    @Nullable
    public static Intent i(Context context) {
        return h(context);
    }

    @Nullable
    public static Intent j(Context context) {
        Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage(f6309c);
        if (d0.a(context, launchIntentForPackage)) {
            return launchIntentForPackage;
        }
        Intent launchIntentForPackage2 = context.getPackageManager().getLaunchIntentForPackage(f6310d);
        if (d0.a(context, launchIntentForPackage2)) {
            return launchIntentForPackage2;
        }
        Intent launchIntentForPackage3 = context.getPackageManager().getLaunchIntentForPackage(f6311e);
        if (d0.a(context, launchIntentForPackage3)) {
            return launchIntentForPackage3;
        }
        return null;
    }

    @Nullable
    public static Intent k(Context context) {
        Intent intent = new Intent("permission.intent.action.softPermissionDetail");
        intent.putExtra("packagename", context.getPackageName());
        if (d0.a(context, intent)) {
            return intent;
        }
        return null;
    }

    @Nullable
    public static Intent l(Context context) {
        Intent m4 = m(context);
        if (d0.a(context, m4)) {
            return m4;
        }
        return null;
    }

    @Nullable
    public static Intent m(Context context) {
        Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage(f6312f);
        if (d0.a(context, launchIntentForPackage)) {
            return launchIntentForPackage;
        }
        return null;
    }

    @Nullable
    public static Intent n(Context context) {
        Intent launchIntentForPackage = context.getPackageManager().getLaunchIntentForPackage(f6308b);
        if (d0.a(context, launchIntentForPackage)) {
            return launchIntentForPackage;
        }
        return null;
    }
}