- 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
76 lines
1.8 KiB
Smali
76 lines
1.8 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzfrw;
|
|
.super Lcom/google/android/gms/internal/ads/zzfsz;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private zza:I
|
|
|
|
.field private zzb:Ljava/lang/String;
|
|
|
|
.field private zzc:B
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Lcom/google/android/gms/internal/ads/zzfsz;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(Ljava/lang/String;)Lcom/google/android/gms/internal/ads/zzfsz;
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zzb:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final zzb(I)Lcom/google/android/gms/internal/ads/zzfsz;
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zza:I
|
|
|
|
const/4 p1, 0x1
|
|
|
|
iput-byte p1, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zzc:B
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public final zzc()Lcom/google/android/gms/internal/ads/zzfta;
|
|
.locals 4
|
|
|
|
iget-byte v0, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zzc:B
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-ne v0, v1, :cond_0
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzfry;
|
|
|
|
iget v1, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zza:I
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/internal/ads/zzfrw;->zzb:Ljava/lang/String;
|
|
|
|
const/4 v3, 0x0
|
|
|
|
invoke-direct {v0, v1, v2, v3}, Lcom/google/android/gms/internal/ads/zzfry;-><init>(ILjava/lang/String;Lcom/google/android/gms/internal/ads/zzfrx;)V
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/IllegalStateException;
|
|
|
|
const-string v1, "Missing required properties: statusCode"
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|