OurPlay v5.5.9版本的 MD5 值为:d4e139798f4c2243a1145c8af5e21046

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


package com.excelliance.kxqp.d;

import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.text.TextUtils;
import com.excelliance.kxqp.gs.util.as;

public class e extends a {
    public e() {
        this.d = "https://weibo.com/gplayspace";
    }

    public static void a(Context context, String str) {
        if (context == null) {
            return;
        }
        try {
            Intent intent = new Intent();
            intent.setAction("android.intent.action.VIEW");
            intent.addCategory("android.intent.category.DEFAULT");
            intent.setData(Uri.parse("sinaweibo://userinfo?nick=" + str));
            context.startActivity(intent);
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

    @Override
    public boolean b(Context context) {
        String string = com.excelliance.kxqp.swipe.a.a.getString(context, "weibo_number");
        if (as.i(context, "com.sina.weibo") && !TextUtils.isEmpty(string)) {
            a(context, string);
            return true;
        }
        return super.b(context);
    }
}