- 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
85 lines
2.7 KiB
Smali
85 lines
2.7 KiB
Smali
.class Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;
|
|
.super Landroid/webkit/WebChromeClient;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = "CrmClient"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field m_activity:Landroid/app/Activity;
|
|
|
|
.field m_layout:Landroid/widget/RelativeLayout;
|
|
|
|
.field m_view:Landroid/view/View;
|
|
|
|
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;Landroid/app/Activity;Landroid/widget/RelativeLayout;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->this$0:Lcom/firemonkeys/cloudcellapi/UserInterfaceManager;
|
|
|
|
.line 105
|
|
invoke-direct {p0}, Landroid/webkit/WebChromeClient;-><init>()V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_view:Landroid/view/View;
|
|
|
|
iput-object p2, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_activity:Landroid/app/Activity;
|
|
|
|
iput-object p3, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_layout:Landroid/widget/RelativeLayout;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onHideCustomView()V
|
|
.locals 2
|
|
|
|
.line 123
|
|
invoke-super {p0}, Landroid/webkit/WebChromeClient;->onHideCustomView()V
|
|
|
|
iget-object v0, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_layout:Landroid/widget/RelativeLayout;
|
|
|
|
iget-object v1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_view:Landroid/view/View;
|
|
|
|
.line 124
|
|
invoke-virtual {v0, v1}, Landroid/view/ViewGroup;->removeView(Landroid/view/View;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onShowCustomView(Landroid/view/View;Landroid/webkit/WebChromeClient$CustomViewCallback;)V
|
|
.locals 0
|
|
|
|
.line 112
|
|
invoke-super {p0, p1, p2}, Landroid/webkit/WebChromeClient;->onShowCustomView(Landroid/view/View;Landroid/webkit/WebChromeClient$CustomViewCallback;)V
|
|
|
|
const/high16 p2, -0x1000000
|
|
|
|
.line 115
|
|
invoke-virtual {p1, p2}, Landroid/view/View;->setBackgroundColor(I)V
|
|
|
|
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_view:Landroid/view/View;
|
|
|
|
iget-object p2, p0, Lcom/firemonkeys/cloudcellapi/UserInterfaceManager$CrmClient;->m_layout:Landroid/widget/RelativeLayout;
|
|
|
|
.line 118
|
|
invoke-virtual {p2, p1}, Landroid/view/ViewGroup;->addView(Landroid/view/View;)V
|
|
|
|
return-void
|
|
.end method
|