TIM v2.3.1版本的 MD5 值为:d6957e3ee7ce901ccc491cefdea0da8c

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


package com.tencent.mobileqq.activity.phone;

import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.tencent.biz.pubaccount.PublicAccountBrowser;
import com.tencent.mobileqq.activity.QQBrowserActivity;
import com.tencent.mobileqq.app.FontSettingManager;
import com.tencent.mobileqq.app.IphoneTitleBarActivity;
import com.tencent.mobileqq.statistics.ReportController;
import com.tencent.tim.R;
public class GuideBindPhoneActivity extends IphoneTitleBarActivity implements View.OnClickListener {
    TextView f86274a;
    String f14364a = "http://kf.qq.com/touch/faq/120307IVnEni150407eEv2IF.html?platform=14&_wv=0";

    @Override
    public boolean doOnCreate(Bundle bundle) {
        super.doOnCreate(bundle);
        setContentView(R.layout.f56742name_res_0x7f03018d);
        setTitle("手机通讯录", getString(R.string.f64694name_res_0x7f0a1895));
        this.f86274a = (TextView) findViewById(R.id.f49441name_res_0x7f09093d);
        this.f86274a.getPaint().setFlags(8);
        this.f86274a.setOnClickListener(this);
        float a2 = FontSettingManager.a();
        if (a2 > 17.0f) {
            ImageView imageView = (ImageView) findViewById(R.id.f49439name_res_0x7f09093b);
            RelativeLayout.LayoutParams layoutParams = (RelativeLayout.LayoutParams) imageView.getLayoutParams();
            layoutParams.topMargin /= (int) (a2 - 16.0f);
            imageView.setLayoutParams(layoutParams);
        }
        ReportController.b(this.app, "dc01331", "", "", "0X8006EFB", "0X8006EFB", 0, 0, "", "", "", "");
        return true;
    }

    @Override
    public void onClick(View view) {
        Intent intent = new Intent(this, QQBrowserActivity.class);
        intent.putExtra("hide_more_button", true);
        intent.putExtra(PublicAccountBrowser.h, true);
        intent.putExtra("url", this.f14364a);
        startActivity(intent);
        ReportController.b(this.app, "dc01331", "", "", "0X8006EFC", "0X8006EFC", 0, 0, "", "", "", "");
    }
}