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

101 lines
2.6 KiB
Smali

.class public final Lcom/google/android/gms/internal/measurement/zzpc;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/common/base/Supplier;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/common/base/Supplier;"
}
.end annotation
# static fields
.field private static zza:Lcom/google/android/gms/internal/measurement/zzpc;
# instance fields
.field private final zzb:Lcom/google/common/base/Supplier;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/base/Supplier;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 4
new-instance v0, Lcom/google/android/gms/internal/measurement/zzpc;
invoke-direct {v0}, Lcom/google/android/gms/internal/measurement/zzpc;-><init>()V
sput-object v0, Lcom/google/android/gms/internal/measurement/zzpc;->zza:Lcom/google/android/gms/internal/measurement/zzpc;
return-void
.end method
.method public constructor <init>()V
.locals 1
.line 5
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 6
new-instance v0, Lcom/google/android/gms/internal/measurement/zzpe;
invoke-direct {v0}, Lcom/google/android/gms/internal/measurement/zzpe;-><init>()V
invoke-static {v0}, Lcom/google/common/base/Suppliers;->ofInstance(Ljava/lang/Object;)Lcom/google/common/base/Supplier;
move-result-object v0
iput-object v0, p0, Lcom/google/android/gms/internal/measurement/zzpc;->zzb:Lcom/google/common/base/Supplier;
return-void
.end method
.method public static zza()Z
.locals 1
sget-object v0, Lcom/google/android/gms/internal/measurement/zzpc;->zza:Lcom/google/android/gms/internal/measurement/zzpc;
.line 8
invoke-virtual {v0}, Lcom/google/android/gms/internal/measurement/zzpc;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/android/gms/internal/measurement/zzpb;
invoke-interface {v0}, Lcom/google/android/gms/internal/measurement/zzpb;->zza()Z
move-result v0
return v0
.end method
# virtual methods
.method public final synthetic get()Ljava/lang/Object;
.locals 1
iget-object v0, p0, Lcom/google/android/gms/internal/measurement/zzpc;->zzb:Lcom/google/common/base/Supplier;
.line 2
invoke-interface {v0}, Lcom/google/common/base/Supplier;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/android/gms/internal/measurement/zzpb;
return-object v0
.end method