- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
69 lines
2.8 KiB
Smali
69 lines
2.8 KiB
Smali
.class public final Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final API:Lcom/google/android/gms/common/api/Api;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/android/gms/common/api/Api<",
|
|
"Lcom/google/android/gms/common/api/Api$ApiOptions$NoOptions;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private static final CLIENT_KEY:Lcom/google/android/gms/common/api/Api$ClientKey;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/android/gms/common/api/Api$ClientKey<",
|
|
"Lcom/google/android/gms/identitycredentials/internal/IdentityCredentialClientImpl;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private static final clientBuilder:Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt$clientBuilder$1;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/common/api/Api$ClientKey;
|
|
|
|
invoke-direct {v0}, Lcom/google/android/gms/common/api/Api$ClientKey;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt;->CLIENT_KEY:Lcom/google/android/gms/common/api/Api$ClientKey;
|
|
|
|
.line 2
|
|
new-instance v1, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt$clientBuilder$1;
|
|
|
|
invoke-direct {v1}, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt$clientBuilder$1;-><init>()V
|
|
|
|
sput-object v1, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt;->clientBuilder:Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt$clientBuilder$1;
|
|
|
|
.line 3
|
|
new-instance v2, Lcom/google/android/gms/common/api/Api;
|
|
|
|
const-string v3, "IdentityCredentials.API"
|
|
|
|
invoke-direct {v2, v3, v1, v0}, Lcom/google/android/gms/common/api/Api;-><init>(Ljava/lang/String;Lcom/google/android/gms/common/api/Api$AbstractClientBuilder;Lcom/google/android/gms/common/api/Api$ClientKey;)V
|
|
|
|
sput-object v2, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt;->API:Lcom/google/android/gms/common/api/Api;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic access$getAPI$p()Lcom/google/android/gms/common/api/Api;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/android/gms/identitycredentials/internal/InternalIdentityCredentialClientKt;->API:Lcom/google/android/gms/common/api/Api;
|
|
|
|
return-object v0
|
|
.end method
|