Files
rr3-apk/smali_classes3/com/google/android/gms/internal/ads/zzfdn.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

163 lines
4.0 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzfdn;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field static zza:Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
.field public static zzb:Lcom/google/android/gms/appset/AppSetIdClient;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.end field
.field private static final zzc:Ljava/lang/Object;
# direct methods
.method static constructor <clinit>()V
.locals 1
new-instance v0, Ljava/lang/Object;
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
sput-object v0, Lcom/google/android/gms/internal/ads/zzfdn;->zzc:Ljava/lang/Object;
return-void
.end method
.method public static zza(Landroid/content/Context;)Lcom/google/android/gms/tasks/Task;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
const/4 v0, 0x0
.line 1
invoke-static {p0, v0}, Lcom/google/android/gms/internal/ads/zzfdn;->zzb(Landroid/content/Context;Z)V
sget-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zzc:Ljava/lang/Object;
monitor-enter p0
:try_start_0
sget-object v0, Lcom/google/android/gms/internal/ads/zzfdn;->zza:Lcom/google/android/gms/tasks/Task;
.line 2
monitor-exit p0
return-object v0
:catchall_0
move-exception v0
.line 3
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v0
.end method
.method public static zzb(Landroid/content/Context;Z)V
.locals 2
sget-object v0, Lcom/google/android/gms/internal/ads/zzfdn;->zzc:Ljava/lang/Object;
.line 1
monitor-enter v0
:try_start_0
sget-object v1, Lcom/google/android/gms/internal/ads/zzfdn;->zzb:Lcom/google/android/gms/appset/AppSetIdClient;
if-nez v1, :cond_0
invoke-static {p0}, Lcom/google/android/gms/appset/AppSet;->getClient(Landroid/content/Context;)Lcom/google/android/gms/appset/AppSetIdClient;
move-result-object p0
sput-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zzb:Lcom/google/android/gms/appset/AppSetIdClient;
goto :goto_0
:catchall_0
move-exception p0
goto :goto_1
:cond_0
:goto_0
sget-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zza:Lcom/google/android/gms/tasks/Task;
if-eqz p0, :cond_2
.line 2
invoke-virtual {p0}, Lcom/google/android/gms/tasks/Task;->isComplete()Z
move-result p0
if-eqz p0, :cond_1
sget-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zza:Lcom/google/android/gms/tasks/Task;
invoke-virtual {p0}, Lcom/google/android/gms/tasks/Task;->isSuccessful()Z
move-result p0
if-eqz p0, :cond_2
:cond_1
if-eqz p1, :cond_3
sget-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zza:Lcom/google/android/gms/tasks/Task;
.line 3
invoke-virtual {p0}, Lcom/google/android/gms/tasks/Task;->isComplete()Z
move-result p0
if-eqz p0, :cond_3
:cond_2
sget-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zzb:Lcom/google/android/gms/appset/AppSetIdClient;
const-string p1, "the appSetIdClient shouldn\'t be null"
.line 4
invoke-static {p0, p1}, Lcom/google/android/gms/common/internal/Preconditions;->checkNotNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/android/gms/appset/AppSetIdClient;
.line 5
invoke-interface {p0}, Lcom/google/android/gms/appset/AppSetIdClient;->getAppSetIdInfo()Lcom/google/android/gms/tasks/Task;
move-result-object p0
sput-object p0, Lcom/google/android/gms/internal/ads/zzfdn;->zza:Lcom/google/android/gms/tasks/Task;
.line 6
:cond_3
monitor-exit v0
return-void
:goto_1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p0
.end method