- 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
65 lines
1.6 KiB
Smali
65 lines
1.6 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzbtk;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final zza:Z
|
|
|
|
.field public final zzb:Ljava/lang/String;
|
|
|
|
.field public final zzc:Z
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ZLjava/lang/String;Z)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-boolean p1, p0, Lcom/google/android/gms/internal/ads/zzbtk;->zza:Z
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/ads/zzbtk;->zzb:Ljava/lang/String;
|
|
|
|
iput-boolean p3, p0, Lcom/google/android/gms/internal/ads/zzbtk;->zzc:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zza(Lorg/json/JSONObject;)Lcom/google/android/gms/internal/ads/zzbtk;
|
|
.locals 4
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
const-string v0, "enable_prewarming"
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 1
|
|
invoke-virtual {p0, v0, v1}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;Z)Z
|
|
|
|
move-result v0
|
|
|
|
const-string v2, "prefetch_url"
|
|
|
|
const-string v3, ""
|
|
|
|
.line 2
|
|
invoke-virtual {p0, v2, v3}, Lorg/json/JSONObject;->optString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
const-string v3, "skip_offline_notification_flow"
|
|
|
|
.line 3
|
|
invoke-virtual {p0, v3, v1}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;Z)Z
|
|
|
|
move-result p0
|
|
|
|
new-instance v1, Lcom/google/android/gms/internal/ads/zzbtk;
|
|
|
|
invoke-direct {v1, v0, v2, p0}, Lcom/google/android/gms/internal/ads/zzbtk;-><init>(ZLjava/lang/String;Z)V
|
|
|
|
return-object v1
|
|
.end method
|