- 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
81 lines
2.8 KiB
Smali
81 lines
2.8 KiB
Smali
.class public final synthetic Lcom/google/android/gms/ads/interstitial/zza;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Landroid/content/Context;
|
|
|
|
.field public final synthetic zzb:Ljava/lang/String;
|
|
|
|
.field public final synthetic zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
.field public final synthetic zzd:Lcom/google/android/gms/ads/interstitial/InterstitialAdLoadCallback;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Landroid/content/Context;Ljava/lang/String;Lcom/google/android/gms/ads/AdRequest;Lcom/google/android/gms/ads/interstitial/InterstitialAdLoadCallback;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/ads/interstitial/zza;->zza:Landroid/content/Context;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzb:Ljava/lang/String;
|
|
|
|
iput-object p3, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzd:Lcom/google/android/gms/ads/interstitial/InterstitialAdLoadCallback;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/ads/interstitial/zza;->zza:Landroid/content/Context;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzb:Ljava/lang/String;
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzc:Lcom/google/android/gms/ads/AdRequest;
|
|
|
|
iget-object v3, p0, Lcom/google/android/gms/ads/interstitial/zza;->zzd:Lcom/google/android/gms/ads/interstitial/InterstitialAdLoadCallback;
|
|
|
|
.line 1
|
|
:try_start_0
|
|
new-instance v4, Lcom/google/android/gms/internal/ads/zzbmj;
|
|
|
|
invoke-direct {v4, v0, v1}, Lcom/google/android/gms/internal/ads/zzbmj;-><init>(Landroid/content/Context;Ljava/lang/String;)V
|
|
|
|
.line 2
|
|
invoke-virtual {v2}, Lcom/google/android/gms/ads/AdRequest;->zza()Lcom/google/android/gms/ads/internal/client/zzei;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v4, v1, v3}, Lcom/google/android/gms/internal/ads/zzbmj;->zza(Lcom/google/android/gms/ads/internal/client/zzei;Lcom/google/android/gms/ads/AdLoadCallback;)V
|
|
:try_end_0
|
|
.catch Ljava/lang/IllegalStateException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
.line 3
|
|
invoke-static {v0}, Lcom/google/android/gms/internal/ads/zzbuh;->zza(Landroid/content/Context;)Lcom/google/android/gms/internal/ads/zzbuj;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v2, "InterstitialAd.load"
|
|
|
|
.line 4
|
|
invoke-interface {v0, v1, v2}, Lcom/google/android/gms/internal/ads/zzbuj;->zzh(Ljava/lang/Throwable;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|