我有以下Java代码:
/* 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();
我想将其转换为smali代码
我怎样才能做到这一点?
(我尝试使用java2smali插件,但失败了)