- 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
79 lines
1.9 KiB
Smali
79 lines
1.9 KiB
Smali
.class public final synthetic Lcom/google/android/gms/internal/ads/zzern;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final call()Ljava/lang/Object;
|
|
.locals 5
|
|
|
|
.line 1
|
|
new-instance v0, Landroid/os/Bundle;
|
|
|
|
invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
|
|
|
|
.line 2
|
|
invoke-static {}, Ljava/lang/Runtime;->getRuntime()Ljava/lang/Runtime;
|
|
|
|
move-result-object v1
|
|
|
|
.line 3
|
|
invoke-virtual {v1}, Ljava/lang/Runtime;->freeMemory()J
|
|
|
|
move-result-wide v2
|
|
|
|
const-string v4, "runtime_free"
|
|
|
|
invoke-virtual {v0, v4, v2, v3}, Landroid/os/BaseBundle;->putLong(Ljava/lang/String;J)V
|
|
|
|
.line 4
|
|
invoke-virtual {v1}, Ljava/lang/Runtime;->maxMemory()J
|
|
|
|
move-result-wide v2
|
|
|
|
const-string v4, "runtime_max"
|
|
|
|
invoke-virtual {v0, v4, v2, v3}, Landroid/os/BaseBundle;->putLong(Ljava/lang/String;J)V
|
|
|
|
.line 5
|
|
invoke-virtual {v1}, Ljava/lang/Runtime;->totalMemory()J
|
|
|
|
move-result-wide v1
|
|
|
|
const-string v3, "runtime_total"
|
|
|
|
invoke-virtual {v0, v3, v1, v2}, Landroid/os/BaseBundle;->putLong(Ljava/lang/String;J)V
|
|
|
|
.line 6
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/zzv;->zzp()Lcom/google/android/gms/internal/ads/zzbzm;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Lcom/google/android/gms/internal/ads/zzbzm;->zzb()I
|
|
|
|
move-result v1
|
|
|
|
const-string v2, "web_view_count"
|
|
|
|
invoke-virtual {v0, v2, v1}, Landroid/os/BaseBundle;->putInt(Ljava/lang/String;I)V
|
|
|
|
new-instance v1, Lcom/google/android/gms/internal/ads/zzerp;
|
|
|
|
invoke-direct {v1, v0}, Lcom/google/android/gms/internal/ads/zzerp;-><init>(Landroid/os/Bundle;)V
|
|
|
|
return-object v1
|
|
.end method
|