- 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
94 lines
2.2 KiB
Smali
94 lines
2.2 KiB
Smali
.class public final synthetic Lcom/google/android/gms/internal/ads/zzdxk;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/ads/zzgbo;
|
|
|
|
|
|
# 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 zza(Ljava/lang/Object;)Lcom/google/common/util/concurrent/ListenableFuture;
|
|
.locals 3
|
|
|
|
check-cast p1, Ljava/lang/Exception;
|
|
|
|
const-string v0, "PreloadedLoader.getTypeTwoAdResponseString"
|
|
|
|
.line 1
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/zzv;->zzp()Lcom/google/android/gms/internal/ads/zzbzm;
|
|
|
|
move-result-object v1
|
|
|
|
.line 2
|
|
invoke-virtual {v1, p1, v0}, Lcom/google/android/gms/internal/ads/zzbzm;->zzv(Ljava/lang/Throwable;Ljava/lang/String;)V
|
|
|
|
.line 3
|
|
instance-of v0, p1, Ljava/util/concurrent/TimeoutException;
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
new-instance p1, Lcom/google/android/gms/internal/ads/zzegu;
|
|
|
|
const-string v0, "Timed out waiting for ad response."
|
|
|
|
.line 4
|
|
invoke-direct {p1, v1, v0}, Lcom/google/android/gms/internal/ads/zzegu;-><init>(ILjava/lang/String;)V
|
|
|
|
goto :goto_1
|
|
|
|
.line 7
|
|
:cond_0
|
|
instance-of v0, p1, Lcom/google/android/gms/internal/ads/zzegu;
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 5
|
|
check-cast p1, Lcom/google/android/gms/internal/ads/zzegu;
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzegu;
|
|
|
|
.line 6
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
if-nez v2, :cond_2
|
|
|
|
const-string p1, "Fetch failed."
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
:goto_0
|
|
invoke-direct {v0, v1, p1}, Lcom/google/android/gms/internal/ads/zzegu;-><init>(ILjava/lang/String;)V
|
|
|
|
move-object p1, v0
|
|
|
|
.line 7
|
|
:goto_1
|
|
invoke-static {p1}, Lcom/google/android/gms/internal/ads/zzgch;->zzg(Ljava/lang/Throwable;)Lcom/google/common/util/concurrent/ListenableFuture;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|