0

i have this java code:

    /* renamed from: ˏ */
    public void m332() {
        Context context = this.f242;
        int ˏ = hk.m2612(context, 1);
        int ˏ2 = hc.m2545(context, 1);
        if (ˏ != 1 || ˏ2 != 1) {
            Toast.makeText(context, this.f242.getResources().getString(R.string.tamper_alert), 1).show();
            this.f242.finish();

i want to convert this to smali code
how can i do this? (i tried java2smali plugin but i failed)

T. Donalp
  • 1
  • 1

1 Answers1

0

Use this smalidea plugin if you're using IntelliJ IDEA/Android Studio

Moh Mah
  • 2,005
  • 20
  • 29