百度手机卫士 v8.8.0版本的 MD5 值为:a85894a6923c8a39f0c3a3a686ad7443

以下内容为反编译后的 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.axj;
import dxoptimizer.fml;
import dxoptimizer.fmo;
import dxoptimizer.hzh;
import dxoptimizer.ibu;
import dxoptimizer.ico;
import dxoptimizer.icv;

public class NetFlowShopCustomerServiceActivity extends axj 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_0x000009c1);
        b();
        c();
    }

    private void b() {
        ibu.b(this, R.id.jadx_deobf_0x00001078, R.string.jadx_deobf_0x00002616, this);
        this.a = (TextView) findViewById(R.id.jadx_deobf_0x00001752);
        this.b = (TextView) findViewById(R.id.jadx_deobf_0x00001754);
        this.a.setOnClickListener(this);
        this.c = (TextView) findViewById(R.id.jadx_deobf_0x00001753);
        this.c.setOnClickListener(this);
        this.b.setOnClickListener(this);
        this.d = (TextView) findViewById(R.id.jadx_deobf_0x00001755);
        this.d.setOnClickListener(this);
    }

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

    @Override
    public void onClick(View view) {
        if (view == this.b) {
            fml.a(this, this.e, "nfs_cswc", this.f);
            a("http://www.blueplus.cc");
            return;
        }
        if (view == this.a || view == this.c) {
            fml.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 (!hzh.a(this, intent)) {
            icv.b(this, R.string.jadx_deobf_0x000029eb, 0);
            return;
        }
        intent.setPackage("com.baidu.searchbox");
        if (!hzh.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 (!hzh.a(this, intent)) {
            icv.b(this, R.string.jadx_deobf_0x000029ec, 0);
            return;
        }
        intent.setPackage("com.baidu.searchbox");
        if (!hzh.a(this, intent)) {
            intent.setPackage(null);
        }
        intent.addFlags(268435456);
        b(intent);
    }
}