507 lines
12 KiB
Smali
507 lines
12 KiB
Smali
.class public Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
.super Ljava/lang/Object;
|
|
.source "WeiboAppManager.java"
|
|
|
|
|
|
# static fields
|
|
.field private static final SDK_INT_FILE_NAME:Ljava/lang/String; = "weibo_for_sdk.json"
|
|
|
|
.field private static final TAG:Ljava/lang/String; = "com.sina.weibo.sdk.WeiboAppManager"
|
|
|
|
.field public static final WEIBO_IDENTITY_ACTION:Ljava/lang/String; = "com.sina.weibo.action.sdkidentity"
|
|
|
|
.field private static sInstance:Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
|
|
|
|
# instance fields
|
|
.field private mContext:Landroid/content/Context;
|
|
|
|
.field private wbAppInfo:Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
.line 28
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 29
|
|
invoke-virtual {p1}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->mContext:Landroid/content/Context;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static declared-synchronized getInstance(Landroid/content/Context;)Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
.locals 2
|
|
|
|
const-class v0, Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
|
|
monitor-enter v0
|
|
|
|
.line 33
|
|
:try_start_0
|
|
sget-object v1, Lcom/sina/weibo/sdk/WeiboAppManager;->sInstance:Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 34
|
|
new-instance v1, Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
|
|
invoke-direct {v1, p0}, Lcom/sina/weibo/sdk/WeiboAppManager;-><init>(Landroid/content/Context;)V
|
|
|
|
sput-object v1, Lcom/sina/weibo/sdk/WeiboAppManager;->sInstance:Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
|
|
.line 36
|
|
:cond_0
|
|
sget-object p0, Lcom/sina/weibo/sdk/WeiboAppManager;->sInstance:Lcom/sina/weibo/sdk/WeiboAppManager;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit v0
|
|
|
|
return-object p0
|
|
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
.line 32
|
|
monitor-exit v0
|
|
|
|
throw p0
|
|
.end method
|
|
|
|
.method private static parseWbInfoByAsset(Landroid/content/Context;Ljava/lang/String;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
.locals 8
|
|
|
|
.line 110
|
|
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-object v1
|
|
|
|
:cond_0
|
|
const/4 v0, 0x2
|
|
|
|
.line 116
|
|
:try_start_0
|
|
invoke-virtual {p0, p1, v0}, Landroid/content/Context;->createPackageContext(Ljava/lang/String;I)Landroid/content/Context;
|
|
|
|
move-result-object v0
|
|
|
|
const/16 v2, 0x1000
|
|
|
|
.line 118
|
|
new-array v3, v2, [B
|
|
|
|
.line 120
|
|
invoke-virtual {v0}, Landroid/content/Context;->getAssets()Landroid/content/res/AssetManager;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v4, "weibo_for_sdk.json"
|
|
|
|
invoke-virtual {v0, v4}, Landroid/content/res/AssetManager;->open(Ljava/lang/String;)Ljava/io/InputStream;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_2
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 121
|
|
:try_start_1
|
|
new-instance v4, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v4}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
:goto_0
|
|
const/4 v5, 0x0
|
|
|
|
.line 122
|
|
invoke-virtual {v0, v3, v5, v2}, Ljava/io/InputStream;->read([BII)I
|
|
|
|
move-result v6
|
|
|
|
const/4 v7, -0x1
|
|
|
|
if-eq v6, v7, :cond_1
|
|
|
|
.line 123
|
|
new-instance v7, Ljava/lang/String;
|
|
|
|
invoke-direct {v7, v3, v5, v6}, Ljava/lang/String;-><init>([BII)V
|
|
|
|
invoke-virtual {v4, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
goto :goto_0
|
|
|
|
.line 125
|
|
:cond_1
|
|
invoke-virtual {v4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_2
|
|
|
|
invoke-static {p0, p1}, Lcom/sina/weibo/sdk/ApiUtils;->validateWeiboSign(Landroid/content/Context;Ljava/lang/String;)Z
|
|
|
|
.line 129
|
|
:cond_2
|
|
new-instance p0, Lorg/json/JSONObject;
|
|
|
|
invoke-virtual {v4}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-direct {p0, v2}, Lorg/json/JSONObject;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v2, "support_api"
|
|
|
|
.line 130
|
|
invoke-virtual {p0, v2, v7}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
|
|
|
|
move-result v2
|
|
|
|
.line 131
|
|
new-instance v3, Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
invoke-direct {v3}, Lcom/sina/weibo/sdk/auth/WbAppInfo;-><init>()V
|
|
|
|
.line 132
|
|
invoke-virtual {v3, p1}, Lcom/sina/weibo/sdk/auth/WbAppInfo;->setPackageName(Ljava/lang/String;)V
|
|
|
|
.line 133
|
|
invoke-virtual {v3, v2}, Lcom/sina/weibo/sdk/auth/WbAppInfo;->setSupportVersion(I)V
|
|
|
|
const-string p1, "authActivityName"
|
|
|
|
const-string v2, "com.sina.weibo.SSOActivity"
|
|
|
|
.line 134
|
|
invoke-virtual {p0, p1, v2}, Lorg/json/JSONObject;->optString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-virtual {v3, p0}, Lcom/sina/weibo/sdk/auth/WbAppInfo;->setAuthActivityName(Ljava/lang/String;)V
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_1
|
|
|
|
if-eqz v0, :cond_3
|
|
|
|
.line 142
|
|
:try_start_2
|
|
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
|
|
:try_end_2
|
|
.catch Ljava/io/IOException; {:try_start_2 .. :try_end_2} :catch_0
|
|
|
|
:catch_0
|
|
:cond_3
|
|
return-object v3
|
|
|
|
:catch_1
|
|
move-exception p0
|
|
|
|
goto :goto_1
|
|
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
move-object v0, v1
|
|
|
|
goto :goto_2
|
|
|
|
:catch_2
|
|
move-exception p0
|
|
|
|
move-object v0, v1
|
|
|
|
.line 138
|
|
:goto_1
|
|
:try_start_3
|
|
sget-object p1, Lcom/sina/weibo/sdk/WeiboAppManager;->TAG:Ljava/lang/String;
|
|
|
|
invoke-virtual {p0}, Ljava/lang/Exception;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
invoke-static {p1, p0}, Lcom/sina/weibo/sdk/utils/LogUtil;->e(Ljava/lang/String;Ljava/lang/String;)V
|
|
:try_end_3
|
|
.catchall {:try_start_3 .. :try_end_3} :catchall_1
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
.line 142
|
|
:try_start_4
|
|
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
|
|
:try_end_4
|
|
.catch Ljava/io/IOException; {:try_start_4 .. :try_end_4} :catch_3
|
|
|
|
:catch_3
|
|
:cond_4
|
|
return-object v1
|
|
|
|
:catchall_1
|
|
move-exception p0
|
|
|
|
:goto_2
|
|
if-eqz v0, :cond_5
|
|
|
|
:try_start_5
|
|
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
|
|
:try_end_5
|
|
.catch Ljava/io/IOException; {:try_start_5 .. :try_end_5} :catch_4
|
|
|
|
.line 143
|
|
:catch_4
|
|
:cond_5
|
|
throw p0
|
|
.end method
|
|
|
|
.method private static queryWbInfoByAsset(Landroid/content/Context;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
.locals 4
|
|
|
|
.line 83
|
|
new-instance v0, Landroid/content/Intent;
|
|
|
|
const-string v1, "com.sina.weibo.action.sdkidentity"
|
|
|
|
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v1, "android.intent.category.DEFAULT"
|
|
|
|
.line 84
|
|
invoke-virtual {v0, v1}, Landroid/content/Intent;->addCategory(Ljava/lang/String;)Landroid/content/Intent;
|
|
|
|
.line 85
|
|
invoke-virtual {p0}, Landroid/content/Context;->getPackageManager()Landroid/content/pm/PackageManager;
|
|
|
|
move-result-object v1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-virtual {v1, v0, v2}, Landroid/content/pm/PackageManager;->queryIntentServices(Landroid/content/Intent;I)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz v0, :cond_4
|
|
|
|
.line 86
|
|
invoke-interface {v0}, Ljava/util/List;->isEmpty()Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
.line 90
|
|
:cond_0
|
|
invoke-interface {v0}, Ljava/util/List;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object v0
|
|
|
|
:cond_1
|
|
:goto_0
|
|
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_3
|
|
|
|
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroid/content/pm/ResolveInfo;
|
|
|
|
.line 91
|
|
iget-object v3, v2, Landroid/content/pm/ResolveInfo;->serviceInfo:Landroid/content/pm/ServiceInfo;
|
|
|
|
if-eqz v3, :cond_1
|
|
|
|
iget-object v3, v2, Landroid/content/pm/ResolveInfo;->serviceInfo:Landroid/content/pm/ServiceInfo;
|
|
|
|
iget-object v3, v3, Landroid/content/pm/ServiceInfo;->applicationInfo:Landroid/content/pm/ApplicationInfo;
|
|
|
|
if-eqz v3, :cond_1
|
|
|
|
iget-object v3, v2, Landroid/content/pm/ResolveInfo;->serviceInfo:Landroid/content/pm/ServiceInfo;
|
|
|
|
iget-object v3, v3, Landroid/content/pm/ServiceInfo;->packageName:Ljava/lang/String;
|
|
|
|
.line 92
|
|
invoke-static {v3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v3
|
|
|
|
if-eqz v3, :cond_2
|
|
|
|
goto :goto_0
|
|
|
|
.line 95
|
|
:cond_2
|
|
iget-object v2, v2, Landroid/content/pm/ResolveInfo;->serviceInfo:Landroid/content/pm/ServiceInfo;
|
|
|
|
iget-object v2, v2, Landroid/content/pm/ServiceInfo;->packageName:Ljava/lang/String;
|
|
|
|
.line 96
|
|
invoke-static {p0, v2}, Lcom/sina/weibo/sdk/WeiboAppManager;->parseWbInfoByAsset(Landroid/content/Context;Ljava/lang/String;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
move-result-object v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
move-object v1, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_3
|
|
return-object v1
|
|
|
|
:cond_4
|
|
:goto_1
|
|
return-object v1
|
|
.end method
|
|
|
|
.method public static queryWbInfoInternal(Landroid/content/Context;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
.locals 1
|
|
|
|
.line 51
|
|
invoke-static {p0}, Lcom/sina/weibo/sdk/WeiboAppManager;->queryWbInfoByAsset(Landroid/content/Context;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
move-result-object p0
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
if-eqz v0, :cond_1
|
|
|
|
return-object p0
|
|
|
|
:cond_1
|
|
const/4 p0, 0x0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public declared-synchronized getWbAppInfo()Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
.locals 1
|
|
|
|
monitor-enter p0
|
|
|
|
.line 44
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->wbAppInfo:Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 45
|
|
iget-object v0, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->mContext:Landroid/content/Context;
|
|
|
|
invoke-static {v0}, Lcom/sina/weibo/sdk/WeiboAppManager;->queryWbInfoInternal(Landroid/content/Context;)Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->wbAppInfo:Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
|
|
.line 47
|
|
:cond_0
|
|
iget-object v0, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->wbAppInfo:Lcom/sina/weibo/sdk/auth/WbAppInfo;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
monitor-exit p0
|
|
|
|
return-object v0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
.line 43
|
|
monitor-exit p0
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public hasWbInstall()Z
|
|
.locals 3
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 66
|
|
new-instance v0, Landroid/content/Intent;
|
|
|
|
const-string v1, "com.sina.weibo.action.sdkidentity"
|
|
|
|
invoke-direct {v0, v1}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string v1, "android.intent.category.DEFAULT"
|
|
|
|
.line 67
|
|
invoke-virtual {v0, v1}, Landroid/content/Intent;->addCategory(Ljava/lang/String;)Landroid/content/Intent;
|
|
|
|
.line 68
|
|
iget-object v1, p0, Lcom/sina/weibo/sdk/WeiboAppManager;->mContext:Landroid/content/Context;
|
|
|
|
invoke-virtual {v1}, Landroid/content/Context;->getPackageManager()Landroid/content/pm/PackageManager;
|
|
|
|
move-result-object v1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-virtual {v1, v0, v2}, Landroid/content/pm/PackageManager;->queryIntentServices(Landroid/content/Intent;I)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 69
|
|
invoke-interface {v0}, Ljava/util/List;->isEmpty()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return v2
|
|
.end method
|