- 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
45 lines
1.3 KiB
Smali
45 lines
1.3 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzbes;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final zza:Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
.field public static final zzb:Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
const-string v0, "gads:separate_url_generation:enabled"
|
|
|
|
const/4 v1, 0x1
|
|
|
|
.line 1
|
|
invoke-static {v0, v1}, Lcom/google/android/gms/internal/ads/zzbdv;->zzd(Ljava/lang/String;Z)Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/ads/zzbes;->zza:Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
const-string v0, "gads:url_cache:max_size"
|
|
|
|
const-wide/16 v2, 0xc8
|
|
|
|
.line 2
|
|
invoke-static {v0, v2, v3}, Lcom/google/android/gms/internal/ads/zzbdv;->zzb(Ljava/lang/String;J)Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/ads/zzbes;->zzb:Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
const-string v0, "gads:use_request_id_as_url_cache_key:enabled"
|
|
|
|
.line 3
|
|
invoke-static {v0, v1}, Lcom/google/android/gms/internal/ads/zzbdv;->zzd(Ljava/lang/String;Z)Lcom/google/android/gms/internal/ads/zzbdv;
|
|
|
|
return-void
|
|
.end method
|