- 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
241 lines
7.4 KiB
Smali
241 lines
7.4 KiB
Smali
.class public Lcom/facebook/ads/InterstitialAd;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/facebook/ads/FullScreenAd;
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/Keep;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
|
|
.annotation build Lcom/facebook/infer/annotation/Nullsafe;
|
|
value = .enum Lcom/facebook/infer/annotation/Nullsafe$Mode;->LOCAL:Lcom/facebook/infer/annotation/Nullsafe$Mode;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/facebook/ads/InterstitialAd$InterstitialLoadAdConfig;,
|
|
Lcom/facebook/ads/InterstitialAd$InterstitialShowAdConfig;,
|
|
Lcom/facebook/ads/InterstitialAd$InterstitialAdLoadConfigBuilder;,
|
|
Lcom/facebook/ads/InterstitialAd$InterstitialAdShowConfigBuilder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Ljava/lang/String;)V
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
.end annotation
|
|
|
|
.line 159
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 161
|
|
invoke-static {p1}, Lcom/facebook/ads/internal/dynamicloading/DynamicLoaderFactory;->makeLoader(Landroid/content/Context;)Lcom/facebook/ads/internal/dynamicloading/DynamicLoader;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1, p2, p0}, Lcom/facebook/ads/internal/dynamicloading/DynamicLoader;->createInterstitialAd(Landroid/content/Context;Ljava/lang/String;Lcom/facebook/ads/InterstitialAd;)Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic buildLoadAdConfig()Lcom/facebook/ads/Ad$LoadConfigBuilder;
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
failAtMillis = 0x5
|
|
warnAtMillis = 0x1
|
|
.end annotation
|
|
|
|
.line 44
|
|
invoke-virtual {p0}, Lcom/facebook/ads/InterstitialAd;->buildLoadAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdLoadConfigBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public buildLoadAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdLoadConfigBuilder;
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
failAtMillis = 0x5
|
|
warnAtMillis = 0x1
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 275
|
|
invoke-interface {v0}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->buildLoadAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdLoadConfigBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic buildShowAdConfig()Lcom/facebook/ads/FullScreenAd$ShowConfigBuilder;
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
failAtMillis = 0x5
|
|
warnAtMillis = 0x1
|
|
.end annotation
|
|
|
|
.line 44
|
|
invoke-virtual {p0}, Lcom/facebook/ads/InterstitialAd;->buildShowAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdShowConfigBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public buildShowAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdShowConfigBuilder;
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
failAtMillis = 0x5
|
|
warnAtMillis = 0x1
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 290
|
|
invoke-interface {v0}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->buildShowAdConfig()Lcom/facebook/ads/InterstitialAd$InterstitialAdShowConfigBuilder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public destroy()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 209
|
|
invoke-interface {v0}, Lcom/facebook/ads/Ad;->destroy()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public getPlacementId()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 214
|
|
invoke-interface {v0}, Lcom/facebook/ads/Ad;->getPlacementId()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isAdInvalidated()Z
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 201
|
|
invoke-interface {v0}, Lcom/facebook/ads/Ad;->isAdInvalidated()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public isAdLoaded()Z
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
failAtMillis = 0x5
|
|
warnAtMillis = 0x1
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 225
|
|
invoke-interface {v0}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->isAdLoaded()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public loadAd()V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 175
|
|
invoke-interface {v0}, Lcom/facebook/ads/Ad;->loadAd()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public loadAd(Lcom/facebook/ads/InterstitialAd$InterstitialLoadAdConfig;)V
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 196
|
|
invoke-interface {v0, p1}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->loadAd(Lcom/facebook/ads/InterstitialAd$InterstitialLoadAdConfig;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setExtraHints(Lcom/facebook/ads/ExtraHints;)V
|
|
.locals 1
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 167
|
|
invoke-interface {v0, p1}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->setExtraHints(Lcom/facebook/ads/ExtraHints;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public show()Z
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 240
|
|
invoke-interface {v0}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->show()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public show(Lcom/facebook/ads/InterstitialAd$InterstitialShowAdConfig;)Z
|
|
.locals 1
|
|
.annotation build Lcom/facebook/ads/internal/bench/Benchmark;
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/facebook/ads/InterstitialAd;->mInterstitialAdApi:Lcom/facebook/ads/internal/api/InterstitialAdApi;
|
|
|
|
.line 261
|
|
invoke-interface {v0, p1}, Lcom/facebook/ads/internal/api/InterstitialAdApi;->show(Lcom/facebook/ads/InterstitialAd$InterstitialShowAdConfig;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|