- 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
111 lines
2.8 KiB
Smali
111 lines
2.8 KiB
Smali
.class public Lcom/mbridge/msdk/splash/view/MBSplashWebview;
|
|
.super Lcom/mbridge/msdk/mbsignalcommon/windvane/WindVaneWebView;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final e:Ljava/lang/String; = "MBSplashWebview"
|
|
|
|
|
|
# instance fields
|
|
.field private f:Ljava/lang/String;
|
|
|
|
.field private g:Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
.line 18
|
|
invoke-direct {p0, p1}, Lcom/mbridge/msdk/mbsignalcommon/windvane/WindVaneWebView;-><init>(Landroid/content/Context;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 19
|
|
invoke-virtual {p0, p1}, Landroid/view/View;->setBackgroundColor(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public finishAdSession()V
|
|
.locals 2
|
|
|
|
const-string v0, "OMSDK"
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->g:Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 42
|
|
invoke-virtual {v1}, Lcom/iab/omid/library/mmadbridge/adsession/AdSession;->finish()V
|
|
|
|
const/4 v1, 0x0
|
|
|
|
iput-object v1, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->g:Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
|
|
const-string v1, "finish adSession"
|
|
|
|
.line 44
|
|
invoke-static {v0, v1}, Lcom/mbridge/msdk/foundation/tools/af;->a(Ljava/lang/String;Ljava/lang/String;)V
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
.line 47
|
|
invoke-virtual {v1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-static {v0, v1}, Lcom/mbridge/msdk/foundation/tools/af;->a(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
:cond_0
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public getAdSession()Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->g:Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getRequestId()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->f:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public setAdSession(Lcom/iab/omid/library/mmadbridge/adsession/AdSession;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->g:Lcom/iab/omid/library/mmadbridge/adsession/AdSession;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setRequestId(Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/splash/view/MBSplashWebview;->f:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|