Files
rr3-apk/smali_classes3/com/google/android/gms/internal/fido/zzy.smali
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

124 lines
3.1 KiB
Smali

.class public final Lcom/google/android/gms/internal/fido/zzy;
.super Lcom/google/android/gms/common/internal/GmsClient;
.source "SourceFile"
# direct methods
.method public constructor <init>(Landroid/content/Context;Landroid/os/Looper;Lcom/google/android/gms/common/internal/ClientSettings;Lcom/google/android/gms/common/api/GoogleApiClient$ConnectionCallbacks;Lcom/google/android/gms/common/api/GoogleApiClient$OnConnectionFailedListener;)V
.locals 7
const/16 v3, 0x75
move-object v0, p0
move-object v1, p1
move-object v2, p2
move-object v4, p3
move-object v5, p4
move-object v6, p5
.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
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.fido.u2f.internal.regular.IU2fAppService"
.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/fido/zzw;
if-eqz v1, :cond_1
.line 2
move-object p1, v0
check-cast p1, Lcom/google/android/gms/internal/fido/zzw;
goto :goto_0
:cond_1
new-instance v0, Lcom/google/android/gms/internal/fido/zzw;
invoke-direct {v0, p1}, Lcom/google/android/gms/internal/fido/zzw;-><init>(Landroid/os/IBinder;)V
move-object p1, v0
:goto_0
return-object p1
.end method
.method public final getGetServiceRequestExtraArgs()Landroid/os/Bundle;
.locals 3
.line 1
new-instance v0, Landroid/os/Bundle;
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
const-string v1, "ACTION_START_SERVICE"
const-string v2, "com.google.android.gms.fido.u2f.thirdparty.START"
.line 2
invoke-virtual {v0, v1, v2}, Landroid/os/BaseBundle;->putString(Ljava/lang/String;Ljava/lang/String;)V
return-object v0
.end method
.method public final getMinApkVersion()I
.locals 1
const v0, 0xc65d40
return v0
.end method
.method public final getServiceDescriptor()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "com.google.android.gms.fido.u2f.internal.regular.IU2fAppService"
return-object v0
.end method
.method public final getStartServiceAction()Ljava/lang/String;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
const-string v0, "com.google.android.gms.fido.u2f.thirdparty.START"
return-object v0
.end method
.method public final usesClientTelemetry()Z
.locals 1
const/4 v0, 0x1
return v0
.end method