360手机助手 v3.3.0版本的 MD5 值为:127c345ad16bbebee6e347381328afd0

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


package com.qihoo.appstore.personnalcenter.lbs;

import android.os.Handler;
import android.os.Message;
import android.widget.Toast;
import com.qihoo.appstore.utils.dc;
import com.qihoo.freewifi.push.R;
import java.io.File;

class e extends Handler {

    final LbsActivity f2995a;

    public e(LbsActivity lbsActivity) {
        this.f2995a = lbsActivity;
    }

    @Override
    public void handleMessage(Message message) {
        switch (message.what) {
            case 0:
                this.f2995a.b(1);
                return;
            case 1:
            default:
                return;
            case 2:
                this.f2995a.h();
                return;
            case 3:
                File file = new File(this.f2995a.getFilesDir(), "lbs_share.png");
                String string = this.f2995a.getString(R.string.personnal_center_neary_share_title);
                String string2 = this.f2995a.getString(R.string.personnal_center_neary_share_msg);
                new com.qihoo.appstore.share.simple.b(this.f2995a, string, false, true, false).a(com.qihoo.appstore.share.simple.g.a(string2 + " " + dc.g + "html/events/mmnbp.html", file), com.qihoo.appstore.share.simple.a.a(string2 + " http://map.m.360.cn/t/CcVsp", file));
                this.f2995a.t = false;
                return;
            case 4:
                Toast.makeText(this.f2995a, R.string.personnal_center_neary_share_failed, 1).show();
                this.f2995a.t = false;
                return;
        }
    }
}