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)