- 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
90 lines
2.0 KiB
Smali
90 lines
2.0 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzety;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzetq;
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:I
|
|
|
|
.field private final zzb:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(II)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput p1, p0, Lcom/google/android/gms/internal/ads/zzety;->zza:I
|
|
|
|
iput p2, p0, Lcom/google/android/gms/internal/ads/zzety;->zzb:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic zza(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final bridge synthetic zzb(Ljava/lang/Object;)V
|
|
.locals 3
|
|
|
|
.line 1
|
|
check-cast p1, Lcom/google/android/gms/internal/ads/zzcuv;
|
|
|
|
iget-object p1, p1, Lcom/google/android/gms/internal/ads/zzcuv;->zza:Landroid/os/Bundle;
|
|
|
|
iget v0, p0, Lcom/google/android/gms/internal/ads/zzety;->zza:I
|
|
|
|
const/4 v1, -0x1
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
iget v2, p0, Lcom/google/android/gms/internal/ads/zzety;->zzb:I
|
|
|
|
if-eq v2, v1, :cond_0
|
|
|
|
const-string v1, "sessions_without_flags"
|
|
|
|
.line 2
|
|
invoke-virtual {p1, v1, v0}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
iget v0, p0, Lcom/google/android/gms/internal/ads/zzety;->zzb:I
|
|
|
|
const-string v1, "crashes_without_flags"
|
|
|
|
.line 3
|
|
invoke-virtual {p1, v1, v0}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
.line 4
|
|
sget v0, Lcom/google/android/gms/ads/internal/client/zzbc;->zza:I
|
|
|
|
.line 5
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/client/zzbe;->zzc()Lcom/google/android/gms/internal/ads/zzbcj;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/google/android/gms/internal/ads/zzbcj;->zze()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const-string v0, "did_reset"
|
|
|
|
const/4 v1, 0x1
|
|
|
|
.line 6
|
|
invoke-virtual {p1, v0, v1}, Landroid/os/BaseBundle;->putBoolean(Ljava/lang/String;Z)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|