正在查看: MT Manager v2.13.3 应用的 AbstractC4033.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: MT Manager v2.13.3 应用的 AbstractC4033.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package l;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.text.TextUtils;
import com.tencent.connect.common.AssistActivity;
import com.umeng.analytics.pro.am;
public abstract class AbstractC4033 {
public static boolean f11404;
public static String f11405;
public static String f11406;
public static String f11407;
public C3265 f11408;
public AbstractC4033(C3265 c3265) {
this.f11408 = c3265;
}
public final Bundle m13410() {
Bundle bundle = new Bundle();
bundle.putString("format", "json");
bundle.putString("status_os", Build.VERSION.RELEASE);
bundle.putString("status_machine", Build.MODEL);
bundle.putString("status_version", Build.VERSION.SDK);
bundle.putString("sdkv", "3.3.7.lite");
bundle.putString("sdkp", am.av);
C3265 c3265 = this.f11408;
if (c3265 != null && c3265.m11413()) {
bundle.putString("access_token", this.f11408.m11414());
bundle.putString("oauth_consumer_key", this.f11408.m11419());
bundle.putString("openid", this.f11408.m11418());
bundle.putString("appid_for_getting_config", this.f11408.m11419());
}
SharedPreferences sharedPreferences = C1968.m7765().getSharedPreferences("pfStore", 0);
if (f11404) {
bundle.putString("pf", "desktop_m_qq-" + f11406 + "-android-" + f11405 + "-" + f11407);
} else {
bundle.putString("pf", sharedPreferences.getString("pf", "openmobile_android"));
}
return bundle;
}
public final String m13411() {
Bundle m13410 = m13410();
StringBuilder sb = new StringBuilder("http://openmobile.qq.com/oauth2.0/m_jump_by_version?");
if (!TextUtils.isEmpty("")) {
m13410.putString("need_version", "");
}
sb.append(ۤۧ۫ۗ.ۗ(m13410));
return sb.toString();
}
public final Bundle m13412() {
Bundle bundle = new Bundle();
bundle.putString("appid", this.f11408.m11419());
if (this.f11408.m11413()) {
bundle.putString("keystr", this.f11408.m11414());
bundle.putString("keytype", "0x80");
}
String m11418 = this.f11408.m11418();
if (m11418 != null) {
bundle.putString("hopenid", m11418);
}
bundle.putString("platform", "androidqz");
SharedPreferences sharedPreferences = C1968.m7765().getSharedPreferences("pfStore", 0);
if (f11404) {
bundle.putString("pf", "desktop_m_qq-" + f11406 + "-android-" + f11405 + "-" + f11407);
} else {
bundle.putString("pf", sharedPreferences.getString("pf", "openmobile_android"));
bundle.putString("pf", "openmobile_android");
}
bundle.putString("sdkv", "3.3.7.lite");
bundle.putString("sdkp", am.av);
return bundle;
}
public static void m13409(Activity activity, Intent intent) {
intent.putExtra("key_request_code", 11101);
Intent intent2 = new Intent(activity.getApplicationContext(), (Class<?>) AssistActivity.class);
intent2.putExtra("is_login", true);
intent2.putExtra("openSDK_LOG.AssistActivity.ExtraIntent", intent);
activity.startActivityForResult(intent2, 11101);
}
}