* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
720 lines
16 KiB
Smali
720 lines
16 KiB
Smali
.class public Lcom/google/android/gms/security/ProviderInstaller;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/gms/security/ProviderInstaller$ProviderInstallListener;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Lcom/google/android/gms/common/GoogleApiAvailabilityLight;
|
|
|
|
.field public static final b:Ljava/lang/Object;
|
|
|
|
.field public static c:Ljava/lang/reflect/Method;
|
|
|
|
.field public static d:Z
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-static {}, Lcom/google/android/gms/common/GoogleApiAvailabilityLight;->getInstance()Lcom/google/android/gms/common/GoogleApiAvailabilityLight;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
sput-object v0, Lcom/google/android/gms/security/ProviderInstaller;->a:Lcom/google/android/gms/common/GoogleApiAvailabilityLight;
|
|
|
|
.line 6
|
|
.line 7
|
|
new-instance v0, Ljava/lang/Object;
|
|
|
|
.line 8
|
|
.line 9
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
sput-object v0, Lcom/google/android/gms/security/ProviderInstaller;->b:Ljava/lang/Object;
|
|
|
|
.line 13
|
|
.line 14
|
|
const/4 v0, 0x0
|
|
|
|
.line 15
|
|
sput-object v0, Lcom/google/android/gms/security/ProviderInstaller;->c:Ljava/lang/reflect/Method;
|
|
|
|
.line 16
|
|
.line 17
|
|
const/4 v0, 0x0
|
|
|
|
.line 18
|
|
sput-boolean v0, Lcom/google/android/gms/security/ProviderInstaller;->d:Z
|
|
|
|
.line 19
|
|
.line 20
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a(Landroid/content/Context;)V
|
|
.locals 11
|
|
|
|
.line 1
|
|
const-string v0, "Context must not be null"
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-static {p0, v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
sget-object v0, Lcom/google/android/gms/security/ProviderInstaller;->a:Lcom/google/android/gms/common/GoogleApiAvailabilityLight;
|
|
|
|
.line 7
|
|
.line 8
|
|
const v1, 0xb5f608
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
invoke-virtual {v0, p0, v1}, Lcom/google/android/gms/common/GoogleApiAvailabilityLight;->verifyGooglePlayServicesIsAvailable(Landroid/content/Context;I)V
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
invoke-static {}, Landroid/os/SystemClock;->uptimeMillis()J
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
move-result-wide v0
|
|
|
|
.line 18
|
|
sget-object v2, Lcom/google/android/gms/security/ProviderInstaller;->b:Ljava/lang/Object;
|
|
|
|
.line 19
|
|
.line 20
|
|
monitor-enter v2
|
|
|
|
.line 21
|
|
:try_start_0
|
|
sget-boolean v3, Lcom/google/android/gms/security/ProviderInstaller;->d:Z
|
|
|
|
.line 22
|
|
.line 23
|
|
const/4 v4, 0x0
|
|
|
|
.line 24
|
|
if-nez v3, :cond_0
|
|
|
|
.line 25
|
|
.line 26
|
|
const-string v3, "Failed to load providerinstaller module: "
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 27
|
|
.line 28
|
|
:try_start_1
|
|
sget-object v5, Lcom/google/android/gms/dynamite/DynamiteModule;->e:Lcom/google/android/gms/dynamite/DynamiteModule$VersionPolicy;
|
|
|
|
.line 29
|
|
.line 30
|
|
const-string v6, "com.google.android.gms.providerinstaller.dynamite"
|
|
|
|
.line 31
|
|
.line 32
|
|
invoke-static {p0, v5, v6}, Lcom/google/android/gms/dynamite/DynamiteModule;->c(Landroid/content/Context;Lcom/google/android/gms/dynamite/DynamiteModule$VersionPolicy;Ljava/lang/String;)Lcom/google/android/gms/dynamite/DynamiteModule;
|
|
|
|
.line 33
|
|
.line 34
|
|
.line 35
|
|
move-result-object v5
|
|
|
|
.line 36
|
|
iget-object v3, v5, Lcom/google/android/gms/dynamite/DynamiteModule;->a:Landroid/content/Context;
|
|
:try_end_1
|
|
.catch Lcom/google/android/gms/dynamite/DynamiteModule$LoadingException; {:try_start_1 .. :try_end_1} :catch_0
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
.line 37
|
|
.line 38
|
|
goto :goto_0
|
|
|
|
.line 39
|
|
:catchall_0
|
|
move-exception p0
|
|
|
|
.line 40
|
|
goto/16 :goto_4
|
|
|
|
.line 41
|
|
.line 42
|
|
:catch_0
|
|
move-exception v5
|
|
|
|
.line 43
|
|
:try_start_2
|
|
const-string v6, "ProviderInstaller"
|
|
|
|
.line 44
|
|
.line 45
|
|
invoke-virtual {v5}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
move-result-object v5
|
|
|
|
.line 49
|
|
invoke-static {v5}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
.line 50
|
|
.line 51
|
|
.line 52
|
|
move-result-object v5
|
|
|
|
.line 53
|
|
invoke-virtual {v3, v5}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
.line 54
|
|
.line 55
|
|
.line 56
|
|
move-result-object v3
|
|
|
|
.line 57
|
|
invoke-static {v6, v3}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
.line 58
|
|
.line 59
|
|
.line 60
|
|
move-object v3, v4
|
|
|
|
.line 61
|
|
:goto_0
|
|
if-eqz v3, :cond_0
|
|
|
|
.line 62
|
|
.line 63
|
|
const-string p0, "com.google.android.gms.providerinstaller.ProviderInstallerImpl"
|
|
|
|
.line 64
|
|
.line 65
|
|
invoke-static {v3, p0}, Lcom/google/android/gms/security/ProviderInstaller;->c(Landroid/content/Context;Ljava/lang/String;)V
|
|
|
|
.line 66
|
|
.line 67
|
|
.line 68
|
|
monitor-exit v2
|
|
|
|
.line 69
|
|
goto :goto_3
|
|
|
|
.line 70
|
|
:cond_0
|
|
sget-boolean v3, Lcom/google/android/gms/security/ProviderInstaller;->d:Z
|
|
|
|
.line 71
|
|
.line 72
|
|
const-string v5, "Failed to report request stats: "
|
|
|
|
.line 73
|
|
.line 74
|
|
invoke-static {p0}, Lcom/google/android/gms/common/GooglePlayServicesUtilLight;->getRemoteContext(Landroid/content/Context;)Landroid/content/Context;
|
|
|
|
.line 75
|
|
.line 76
|
|
.line 77
|
|
move-result-object v6
|
|
|
|
.line 78
|
|
if-nez v6, :cond_1
|
|
|
|
.line 79
|
|
.line 80
|
|
goto :goto_2
|
|
|
|
.line 81
|
|
:cond_1
|
|
const/4 v4, 0x1
|
|
|
|
.line 82
|
|
sput-boolean v4, Lcom/google/android/gms/security/ProviderInstaller;->d:Z
|
|
:try_end_2
|
|
.catchall {:try_start_2 .. :try_end_2} :catchall_0
|
|
|
|
.line 83
|
|
.line 84
|
|
if-nez v3, :cond_2
|
|
|
|
.line 85
|
|
.line 86
|
|
:try_start_3
|
|
invoke-static {}, Landroid/os/SystemClock;->uptimeMillis()J
|
|
|
|
.line 87
|
|
.line 88
|
|
.line 89
|
|
move-result-wide v7
|
|
|
|
.line 90
|
|
invoke-virtual {v6}, Landroid/content/Context;->getClassLoader()Ljava/lang/ClassLoader;
|
|
|
|
.line 91
|
|
.line 92
|
|
.line 93
|
|
move-result-object v3
|
|
|
|
.line 94
|
|
const-class v9, Landroid/content/Context;
|
|
|
|
.line 95
|
|
.line 96
|
|
new-instance v10, Lcom/google/android/gms/internal/common/zzi;
|
|
|
|
.line 97
|
|
.line 98
|
|
invoke-direct {v10, v9, p0}, Lcom/google/android/gms/internal/common/zzi;-><init>(Ljava/lang/Class;Ljava/lang/Object;)V
|
|
|
|
.line 99
|
|
.line 100
|
|
.line 101
|
|
new-instance p0, Lcom/google/android/gms/internal/common/zzh;
|
|
|
|
.line 102
|
|
.line 103
|
|
sget-object v9, Ljava/lang/Long;->TYPE:Ljava/lang/Class;
|
|
|
|
.line 104
|
|
.line 105
|
|
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
.line 106
|
|
.line 107
|
|
.line 108
|
|
move-result-object v0
|
|
|
|
.line 109
|
|
invoke-direct {p0, v9, v0}, Lcom/google/android/gms/internal/common/zzi;-><init>(Ljava/lang/Class;Ljava/lang/Object;)V
|
|
|
|
.line 110
|
|
.line 111
|
|
.line 112
|
|
new-instance v0, Lcom/google/android/gms/internal/common/zzh;
|
|
|
|
.line 113
|
|
.line 114
|
|
invoke-static {v7, v8}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
|
|
|
.line 115
|
|
.line 116
|
|
.line 117
|
|
move-result-object v1
|
|
|
|
.line 118
|
|
invoke-direct {v0, v9, v1}, Lcom/google/android/gms/internal/common/zzi;-><init>(Ljava/lang/Class;Ljava/lang/Object;)V
|
|
|
|
.line 119
|
|
.line 120
|
|
.line 121
|
|
const/4 v1, 0x3
|
|
|
|
.line 122
|
|
new-array v1, v1, [Lcom/google/android/gms/internal/common/zzi;
|
|
|
|
.line 123
|
|
.line 124
|
|
const/4 v7, 0x0
|
|
|
|
.line 125
|
|
aput-object v10, v1, v7
|
|
|
|
.line 126
|
|
.line 127
|
|
aput-object p0, v1, v4
|
|
|
|
.line 128
|
|
.line 129
|
|
const/4 p0, 0x2
|
|
|
|
.line 130
|
|
aput-object v0, v1, p0
|
|
|
|
.line 131
|
|
.line 132
|
|
const-string p0, "com.google.android.gms.common.security.ProviderInstallerImpl"
|
|
|
|
.line 133
|
|
.line 134
|
|
invoke-virtual {v3, p0}, Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
|
|
|
|
.line 135
|
|
.line 136
|
|
.line 137
|
|
move-result-object p0
|
|
|
|
.line 138
|
|
const-string v0, "reportRequestStats2"
|
|
|
|
.line 139
|
|
.line 140
|
|
invoke-static {p0, v0, v1}, Lcom/google/android/gms/internal/common/zzj;->a(Ljava/lang/Class;Ljava/lang/String;[Lcom/google/android/gms/internal/common/zzi;)Ljava/lang/Object;
|
|
:try_end_3
|
|
.catch Ljava/lang/Exception; {:try_start_3 .. :try_end_3} :catch_1
|
|
.catchall {:try_start_3 .. :try_end_3} :catchall_0
|
|
|
|
.line 141
|
|
.line 142
|
|
.line 143
|
|
goto :goto_1
|
|
|
|
.line 144
|
|
:catch_1
|
|
move-exception p0
|
|
|
|
.line 145
|
|
:try_start_4
|
|
const-string v0, "ProviderInstaller"
|
|
|
|
.line 146
|
|
.line 147
|
|
invoke-virtual {p0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
|
|
|
.line 148
|
|
.line 149
|
|
.line 150
|
|
move-result-object p0
|
|
|
|
.line 151
|
|
invoke-virtual {v5, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
.line 152
|
|
.line 153
|
|
.line 154
|
|
move-result-object p0
|
|
|
|
.line 155
|
|
invoke-static {v0, p0}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
.line 156
|
|
.line 157
|
|
.line 158
|
|
:cond_2
|
|
:goto_1
|
|
move-object v4, v6
|
|
|
|
.line 159
|
|
:goto_2
|
|
if-eqz v4, :cond_3
|
|
|
|
.line 160
|
|
.line 161
|
|
const-string p0, "com.google.android.gms.common.security.ProviderInstallerImpl"
|
|
|
|
.line 162
|
|
.line 163
|
|
invoke-static {v4, p0}, Lcom/google/android/gms/security/ProviderInstaller;->c(Landroid/content/Context;Ljava/lang/String;)V
|
|
|
|
.line 164
|
|
.line 165
|
|
.line 166
|
|
monitor-exit v2
|
|
|
|
.line 167
|
|
:goto_3
|
|
return-void
|
|
|
|
.line 168
|
|
:cond_3
|
|
const-string p0, "ProviderInstaller"
|
|
|
|
.line 169
|
|
.line 170
|
|
const-string v0, "Failed to get remote context"
|
|
|
|
.line 171
|
|
.line 172
|
|
invoke-static {p0, v0}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
.line 173
|
|
.line 174
|
|
.line 175
|
|
new-instance p0, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;
|
|
|
|
.line 176
|
|
.line 177
|
|
const/16 v0, 0x8
|
|
|
|
.line 178
|
|
.line 179
|
|
invoke-direct {p0, v0}, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;-><init>(I)V
|
|
|
|
.line 180
|
|
.line 181
|
|
.line 182
|
|
throw p0
|
|
|
|
.line 183
|
|
:goto_4
|
|
monitor-exit v2
|
|
:try_end_4
|
|
.catchall {:try_start_4 .. :try_end_4} :catchall_0
|
|
|
|
.line 184
|
|
throw p0
|
|
.end method
|
|
|
|
.method public static b(Landroid/content/Context;Lcom/google/android/gms/security/ProviderInstaller$ProviderInstallListener;)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
const-string v0, "Context must not be null"
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-static {p0, v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
const-string v0, "Listener must not be null"
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
const-string v0, "Must be called on the UI thread"
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-static {v0}, Lcom/google/android/gms/common/internal/Preconditions;->checkMainThread(Ljava/lang/String;)V
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
new-instance v0, Lcom/google/android/gms/security/zza;
|
|
|
|
.line 17
|
|
.line 18
|
|
invoke-direct {v0, p0, p1}, Lcom/google/android/gms/security/zza;-><init>(Landroid/content/Context;Lcom/google/android/gms/security/ProviderInstaller$ProviderInstallListener;)V
|
|
|
|
.line 19
|
|
.line 20
|
|
.line 21
|
|
const/4 p0, 0x0
|
|
|
|
.line 22
|
|
new-array p0, p0, [Ljava/lang/Void;
|
|
|
|
.line 23
|
|
.line 24
|
|
invoke-virtual {v0, p0}, Landroid/os/AsyncTask;->execute([Ljava/lang/Object;)Landroid/os/AsyncTask;
|
|
|
|
.line 25
|
|
.line 26
|
|
.line 27
|
|
return-void
|
|
.end method
|
|
|
|
.method public static c(Landroid/content/Context;Ljava/lang/String;)V
|
|
.locals 5
|
|
|
|
.line 1
|
|
:try_start_0
|
|
sget-object v0, Lcom/google/android/gms/security/ProviderInstaller;->c:Ljava/lang/reflect/Method;
|
|
|
|
.line 2
|
|
.line 3
|
|
const/4 v1, 0x0
|
|
|
|
.line 4
|
|
const/4 v2, 0x1
|
|
|
|
.line 5
|
|
if-nez v0, :cond_0
|
|
|
|
.line 6
|
|
.line 7
|
|
new-array v0, v2, [Ljava/lang/Class;
|
|
|
|
.line 8
|
|
.line 9
|
|
const-class v3, Landroid/content/Context;
|
|
|
|
.line 10
|
|
.line 11
|
|
aput-object v3, v0, v1
|
|
|
|
.line 12
|
|
.line 13
|
|
const-string v3, "insertProvider"
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-virtual {p0}, Landroid/content/Context;->getClassLoader()Ljava/lang/ClassLoader;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v4
|
|
|
|
.line 19
|
|
invoke-virtual {v4, p1}, Ljava/lang/ClassLoader;->loadClass(Ljava/lang/String;)Ljava/lang/Class;
|
|
|
|
.line 20
|
|
.line 21
|
|
.line 22
|
|
move-result-object p1
|
|
|
|
.line 23
|
|
invoke-virtual {p1, v3, v0}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
|
|
|
|
.line 24
|
|
.line 25
|
|
.line 26
|
|
move-result-object p1
|
|
|
|
.line 27
|
|
sput-object p1, Lcom/google/android/gms/security/ProviderInstaller;->c:Ljava/lang/reflect/Method;
|
|
|
|
.line 28
|
|
.line 29
|
|
:cond_0
|
|
sget-object p1, Lcom/google/android/gms/security/ProviderInstaller;->c:Ljava/lang/reflect/Method;
|
|
|
|
.line 30
|
|
.line 31
|
|
new-array v0, v2, [Ljava/lang/Object;
|
|
|
|
.line 32
|
|
.line 33
|
|
aput-object p0, v0, v1
|
|
|
|
.line 34
|
|
.line 35
|
|
const/4 p0, 0x0
|
|
|
|
.line 36
|
|
invoke-virtual {p1, p0, v0}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
.line 37
|
|
.line 38
|
|
.line 39
|
|
return-void
|
|
|
|
.line 40
|
|
:catch_0
|
|
move-exception p0
|
|
|
|
.line 41
|
|
invoke-virtual {p0}, Ljava/lang/Throwable;->getCause()Ljava/lang/Throwable;
|
|
|
|
.line 42
|
|
.line 43
|
|
.line 44
|
|
move-result-object p1
|
|
|
|
.line 45
|
|
const/4 v0, 0x6
|
|
|
|
.line 46
|
|
const-string v1, "ProviderInstaller"
|
|
|
|
.line 47
|
|
.line 48
|
|
invoke-static {v1, v0}, Landroid/util/Log;->isLoggable(Ljava/lang/String;I)Z
|
|
|
|
.line 49
|
|
.line 50
|
|
.line 51
|
|
move-result v0
|
|
|
|
.line 52
|
|
if-eqz v0, :cond_2
|
|
|
|
.line 53
|
|
.line 54
|
|
if-nez p1, :cond_1
|
|
|
|
.line 55
|
|
.line 56
|
|
invoke-virtual {p0}, Ljava/lang/Object;->toString()Ljava/lang/String;
|
|
|
|
.line 57
|
|
.line 58
|
|
.line 59
|
|
move-result-object p0
|
|
|
|
.line 60
|
|
goto :goto_0
|
|
|
|
.line 61
|
|
:cond_1
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->toString()Ljava/lang/String;
|
|
|
|
.line 62
|
|
.line 63
|
|
.line 64
|
|
move-result-object p0
|
|
|
|
.line 65
|
|
:goto_0
|
|
const-string p1, "Failed to install provider: "
|
|
|
|
.line 66
|
|
.line 67
|
|
invoke-static {p0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
.line 68
|
|
.line 69
|
|
.line 70
|
|
move-result-object p0
|
|
|
|
.line 71
|
|
invoke-virtual {p1, p0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
.line 72
|
|
.line 73
|
|
.line 74
|
|
move-result-object p0
|
|
|
|
.line 75
|
|
invoke-static {v1, p0}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
|
|
|
|
.line 76
|
|
.line 77
|
|
.line 78
|
|
:cond_2
|
|
new-instance p0, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;
|
|
|
|
.line 79
|
|
.line 80
|
|
const/16 p1, 0x8
|
|
|
|
.line 81
|
|
.line 82
|
|
invoke-direct {p0, p1}, Lcom/google/android/gms/common/GooglePlayServicesNotAvailableException;-><init>(I)V
|
|
|
|
.line 83
|
|
.line 84
|
|
.line 85
|
|
throw p0
|
|
.end method
|