和通讯录 v3.9.6版本的 MD5 值为:669178e2ee1b2311daf378bd20c6bbe1

以下内容为反编译后的 ay.java 源代码,内容仅作参考


package com.aspire.yellowpage.main;

import android.content.Intent;
import android.view.View;

public class ay implements View.OnClickListener {

    final MoreActivity f833a;

    public ay(MoreActivity moreActivity) {
        this.f833a = moreActivity;
    }

    @Override
    public void onClick(View view) {
        Intent intent = new Intent(this.f833a, (Class<?>) H5Activity.class);
        intent.putExtra("url", "http://txl.cytxl.com.cn/wap/plugs/yellow.php?type=1021&nocombo=1&from=www&version=3.6&endpointId=ddedd-ddd-ddd#/chongzhi/list/1021");
        intent.putExtra("urltype", 1);
        this.f833a.startActivity(intent);
    }
}