- 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
110 lines
2.6 KiB
Smali
110 lines
2.6 KiB
Smali
.class Lcsdk/glucustomersupport/impl/GluHelpshift$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcsdk/glucustomersupport/impl/IAction2;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/glucustomersupport/impl/GluHelpshift;-><init>(Ljava/util/concurrent/Callable;Ljava/util/Map;Ljava/util/Map;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcsdk/glucustomersupport/impl/IAction2<",
|
|
"Ljava/lang/String;",
|
|
"Landroid/app/Activity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcsdk/glucustomersupport/impl/GluHelpshift;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/glucustomersupport/impl/GluHelpshift;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcsdk/glucustomersupport/impl/GluHelpshift$2;->this$0:Lcsdk/glucustomersupport/impl/GluHelpshift;
|
|
|
|
.line 243
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic apply(Ljava/lang/Object;Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 243
|
|
check-cast p1, Ljava/lang/String;
|
|
|
|
check-cast p2, Landroid/app/Activity;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcsdk/glucustomersupport/impl/GluHelpshift$2;->apply(Ljava/lang/String;Landroid/app/Activity;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public apply(Ljava/lang/String;Landroid/app/Activity;)V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcsdk/glucustomersupport/impl/GluHelpshift$2;->this$0:Lcsdk/glucustomersupport/impl/GluHelpshift;
|
|
|
|
const-string v1, "event"
|
|
|
|
const-string v2, "activity"
|
|
|
|
const-string v3, "ACTIVITY"
|
|
|
|
filled-new-array {v3, v1, p1, v2, p2}, [Ljava/lang/Object;
|
|
|
|
move-result-object p2
|
|
|
|
.line 246
|
|
invoke-virtual {v0, p2}, Lcsdk/glucustomersupport/impl/GluImplBase;->log([Ljava/lang/Object;)V
|
|
|
|
const-string p2, "onApplicationResumed"
|
|
|
|
.line 247
|
|
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 248
|
|
invoke-static {}, Lcom/helpshift/Helpshift;->onAppForeground()V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string p2, "onApplicationPaused"
|
|
|
|
.line 249
|
|
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
.line 250
|
|
invoke-static {}, Lcom/helpshift/Helpshift;->onAppBackground()V
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-void
|
|
.end method
|