正在查看: MT Manager v2.13.3 应用的 AbstractC12887.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: MT Manager v2.13.3 应用的 AbstractC12887.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.provider.UserDictionary;
import android.text.TextUtils;
import com.tencent.connect.common.AssistActivity;
import com.umeng.analytics.pro.am;
public abstract class AbstractC12887 {
public static boolean f39023;
public static String f39024;
public static String f39025;
public static String f39026;
public C12119 f39027;
public AbstractC12887(C12119 c12119) {
this.f39027 = c12119;
}
public final Bundle m27692() {
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);
C12119 c12119 = this.f39027;
if (c12119 != null && c12119.m26321()) {
bundle.putString("access_token", this.f39027.m26322());
bundle.putString("oauth_consumer_key", this.f39027.m26327());
bundle.putString("openid", this.f39027.m26326());
bundle.putString("appid_for_getting_config", this.f39027.m26327());
}
SharedPreferences sharedPreferences = C10822.m23883().getSharedPreferences("pfStore", 0);
if (f39023) {
bundle.putString("pf", "desktop_m_qq-" + f39025 + "-android-" + f39024 + "-" + f39026);
} else {
bundle.putString("pf", sharedPreferences.getString("pf", "openmobile_android"));
}
return bundle;
}
public final String m27693() {
Bundle m27692 = m27692();
StringBuilder sb = new StringBuilder("http://openmobile.qq.com/oauth2.0/m_jump_by_version?");
if (!TextUtils.isEmpty("")) {
m27692.putString("need_version", "");
}
sb.append(C8638.m19710(m27692));
return sb.toString();
}
public final Bundle m27694() {
Bundle bundle = new Bundle();
bundle.putString(UserDictionary.Words.APP_ID, this.f39027.m26327());
if (this.f39027.m26321()) {
bundle.putString("keystr", this.f39027.m26322());
bundle.putString("keytype", "0x80");
}
String m26326 = this.f39027.m26326();
if (m26326 != null) {
bundle.putString("hopenid", m26326);
}
bundle.putString("platform", "androidqz");
SharedPreferences sharedPreferences = C10822.m23883().getSharedPreferences("pfStore", 0);
if (f39023) {
bundle.putString("pf", "desktop_m_qq-" + f39025 + "-android-" + f39024 + "-" + f39026);
} 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 m27691(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);
}
}