Files
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

135 lines
3.8 KiB
Smali

.class public final Lcom/google/android/gms/internal/auth-api/zbe;
.super Lcom/google/android/gms/common/internal/GmsClient;
.source "SourceFile"
# instance fields
.field private final zba:Lcom/google/android/gms/auth/api/zbd;
# direct methods
.method public constructor <init>(Landroid/content/Context;Landroid/os/Looper;Lcom/google/android/gms/common/internal/ClientSettings;Lcom/google/android/gms/auth/api/zbd;Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;Lcom/google/android/gms/common/api/GoogleApiClient$OnConnectionFailedListener;)V
.locals 7
const/16 v3, 0x44
move-object v0, p0
move-object v1, p1
move-object v2, p2
move-object v4, p3
move-object v5, p5
move-object v6, p6
.line 1
invoke-direct/range {v0 .. v6}, Lcom/google/android/gms/common/internal/GmsClient;-><init>(Landroid/content/Context;Landroid/os/Looper;ILcom/google/android/gms/common/internal/ClientSettings;Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;Lcom/google/android/gms/common/api/GoogleApiClient$OnConnectionFailedListener;)V
new-instance p1, Lcom/google/android/gms/auth/api/zbc;
if-nez p4, :cond_0
.line 2
sget-object p4, Lcom/google/android/gms/auth/api/zbd;->zba:Lcom/google/android/gms/auth/api/zbd;
:cond_0
invoke-direct {p1, p4}, Lcom/google/android/gms/auth/api/zbc;-><init>(Lcom/google/android/gms/auth/api/zbd;)V
.line 3
invoke-static {}, Lcom/google/android/gms/internal/auth-api/zbat;->zba()Ljava/lang/String;
move-result-object p2
invoke-virtual {p1, p2}, Lcom/google/android/gms/auth/api/zbc;->zba(Ljava/lang/String;)Lcom/google/android/gms/auth/api/zbc;
new-instance p2, Lcom/google/android/gms/auth/api/zbd;
.line 4
invoke-direct {p2, p1}, Lcom/google/android/gms/auth/api/zbd;-><init>(Lcom/google/android/gms/auth/api/zbc;)V
iput-object p2, p0, Lcom/google/android/gms/internal/auth-api/zbe;->zba:Lcom/google/android/gms/auth/api/zbd;
return-void
.end method
# virtual methods
.method public final synthetic createServiceInterface(Landroid/os/IBinder;)Landroid/os/IInterface;
.locals 2
if-nez p1, :cond_0
const/4 p1, 0x0
goto :goto_0
:cond_0
const-string v0, "com.google.android.gms.auth.api.credentials.internal.ICredentialsService"
.line 1
invoke-interface {p1, v0}, Landroid/os/IBinder;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;
move-result-object v0
instance-of v1, v0, Lcom/google/android/gms/internal/auth-api/zbf;
if-eqz v1, :cond_1
.line 2
move-object p1, v0
check-cast p1, Lcom/google/android/gms/internal/auth-api/zbf;
goto :goto_0
:cond_1
new-instance v0, Lcom/google/android/gms/internal/auth-api/zbf;
invoke-direct {v0, p1}, Lcom/google/android/gms/internal/auth-api/zbf;-><init>(Landroid/os/IBinder;)V
move-object p1, v0
:goto_0
return-object p1
.end method
.method public final getGetServiceRequestExtraArgs()Landroid/os/Bundle;
.locals 1
iget-object v0, p0, Lcom/google/android/gms/internal/auth-api/zbe;->zba:Lcom/google/android/gms/auth/api/zbd;
.line 1
invoke-virtual {v0}, Lcom/google/android/gms/auth/api/zbd;->zba()Landroid/os/Bundle;
move-result-object v0
return-object v0
.end method
.method public final getMinApkVersion()I
.locals 1
const v0, 0xc35000
return v0
.end method
.method public final getServiceDescriptor()Ljava/lang/String;
.locals 1
const-string v0, "com.google.android.gms.auth.api.credentials.internal.ICredentialsService"
return-object v0
.end method
.method public final getStartServiceAction()Ljava/lang/String;
.locals 1
const-string v0, "com.google.android.gms.auth.api.credentials.service.START"
return-object v0
.end method