百度手机卫士 v8.6.2版本的 MD5 值为:fa60cb367e40201705a2d9f9ce2cbfdf

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


package com.dianxinos.optimizer.module.netflowmgr.ui.activity;

import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import cn.opda.a.phonoalbumshoushou.R;
import dxoptimizer.acx;
import dxoptimizer.axi;
import dxoptimizer.fks;
import dxoptimizer.fkv;
import dxoptimizer.hvp;
import dxoptimizer.hya;
import dxoptimizer.hyw;
import dxoptimizer.hzd;

public class NetFlowShopCustomerServiceActivity extends axi implements View.OnClickListener, acx {
    private TextView a;
    private TextView b;
    private TextView c;
    private TextView d;
    private String e;
    private String f = "";

    @Override
    public void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(R.layout.jadx_deobf_0x000009ab);
        b();
        c();
    }

    private void b() {
        hya.b(this, R.id.jadx_deobf_0x0000103f, R.string.jadx_deobf_0x000025b6, this);
        this.a = (TextView) findViewById(R.id.jadx_deobf_0x000016ea);
        this.b = (TextView) findViewById(R.id.jadx_deobf_0x000016ec);
        this.a.setOnClickListener(this);
        this.c = (TextView) findViewById(R.id.jadx_deobf_0x000016eb);
        this.c.setOnClickListener(this);
        this.b.setOnClickListener(this);
        this.d = (TextView) findViewById(R.id.jadx_deobf_0x000016ed);
        this.d.setOnClickListener(this);
    }

    private void c() {
        Intent intent = getIntent();
        this.e = hyw.b(intent, "netflow_shop_type");
        this.f = fkv.a(intent);
    }

    @Override
    public void onClick(View view) {
        if (view == this.b) {
            fks.a(this, this.e, "nfs_cswc", this.f);
            a("http://www.blueplus.cc");
            return;
        }
        if (view == this.a || view == this.c) {
            fks.a(this, this.e, "nfs_cspc", this.f);
            b("4000800911");
        } else if (view == this.d) {
            Intent intent = new Intent();
            intent.putExtra("netflow_shop_type", this.e);
            intent.setClass(this, NetFlowShopHelpActivity.class);
            b(intent);
        }
    }

    @Override
    public void l_() {
        finish();
    }

    private void a(String str) {
        Intent intent = new Intent("android.intent.action.VIEW", Uri.parse(str));
        if (!hvp.a(this, intent)) {
            hzd.b(this, R.string.jadx_deobf_0x00002974, 0);
            return;
        }
        intent.setPackage("com.baidu.searchbox");
        if (!hvp.a(this, intent)) {
            intent.setPackage(null);
        }
        intent.addFlags(268435456);
        b(intent);
    }

    private void b(String str) {
        Intent intent = new Intent("android.intent.action.DIAL", Uri.parse("tel:" + str));
        if (!hvp.a(this, intent)) {
            hzd.b(this, R.string.jadx_deobf_0x00002975, 0);
            return;
        }
        intent.setPackage("com.baidu.searchbox");
        if (!hvp.a(this, intent)) {
            intent.setPackage(null);
        }
        intent.addFlags(268435456);
        b(intent);
    }
}