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

92 lines
2.0 KiB
Smali

.class public final Lcom/google/android/gms/internal/ads/zzbxg;
.super Lcom/google/android/gms/internal/ads/zzbwl;
.source "SourceFile"
# instance fields
.field private final zza:Ljava/lang/String;
.field private final zzb:I
# direct methods
.method public constructor <init>(Lcom/google/android/gms/ads/rewarded/RewardItem;)V
.locals 1
.param p1 # Lcom/google/android/gms/ads/rewarded/RewardItem;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
if-eqz p1, :cond_0
.line 1
invoke-interface {p1}, Lcom/google/android/gms/ads/rewarded/RewardItem;->getType()Ljava/lang/String;
move-result-object v0
goto :goto_0
:cond_0
const-string v0, ""
:goto_0
if-eqz p1, :cond_1
.line 2
invoke-interface {p1}, Lcom/google/android/gms/ads/rewarded/RewardItem;->getAmount()I
move-result p1
goto :goto_1
:cond_1
const/4 p1, 0x1
.line 3
:goto_1
invoke-direct {p0, v0, p1}, Lcom/google/android/gms/internal/ads/zzbxg;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;I)V
.locals 0
.line 4
invoke-direct {p0}, Lcom/google/android/gms/internal/ads/zzbwl;-><init>()V
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzbxg;->zza:Ljava/lang/String;
iput p2, p0, Lcom/google/android/gms/internal/ads/zzbxg;->zzb:I
return-void
.end method
# virtual methods
.method public final zze()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
iget v0, p0, Lcom/google/android/gms/internal/ads/zzbxg;->zzb:I
return v0
.end method
.method public final zzf()Ljava/lang/String;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzbxg;->zza:Ljava/lang/String;
return-object v0
.end method