- 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
116 lines
2.9 KiB
Smali
116 lines
2.9 KiB
Smali
.class Lcom/glu/plugins/gluanalytics/Analytics$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/glu/plugins/gluanalytics/util/IAction2;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/glu/plugins/gluanalytics/Analytics;->init(Lcom/glu/plugins/gluanalytics/IAnalyticsCallback;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/glu/plugins/gluanalytics/util/IAction2<",
|
|
"Ljava/lang/String;",
|
|
"Landroid/app/Activity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/glu/plugins/gluanalytics/Analytics;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/glu/plugins/gluanalytics/Analytics;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/Analytics$1;->this$0:Lcom/glu/plugins/gluanalytics/Analytics;
|
|
|
|
.line 62
|
|
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 62
|
|
check-cast p1, Ljava/lang/String;
|
|
|
|
check-cast p2, Landroid/app/Activity;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/glu/plugins/gluanalytics/Analytics$1;->apply(Ljava/lang/String;Landroid/app/Activity;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public apply(Ljava/lang/String;Landroid/app/Activity;)V
|
|
.locals 2
|
|
|
|
iget-object p2, p0, Lcom/glu/plugins/gluanalytics/Analytics$1;->this$0:Lcom/glu/plugins/gluanalytics/Analytics;
|
|
|
|
.line 65
|
|
invoke-static {p2}, Lcom/glu/plugins/gluanalytics/Analytics;->access$000(Lcom/glu/plugins/gluanalytics/Analytics;)Lcom/glu/plugins/gluanalytics/util/YLogger;
|
|
|
|
move-result-object p2
|
|
|
|
const-string v0, "event"
|
|
|
|
filled-new-array {v0, p1}, [Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "ACTIVITY"
|
|
|
|
invoke-virtual {p2, v1, v0}, Lcom/glu/plugins/gluanalytics/util/YLogger;->i(Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
const-string p2, "onApplicationResumed"
|
|
|
|
.line 66
|
|
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/Analytics$1;->this$0:Lcom/glu/plugins/gluanalytics/Analytics;
|
|
|
|
.line 67
|
|
invoke-virtual {p1}, Lcom/glu/plugins/gluanalytics/Analytics;->onResume()V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string p2, "onApplicationPaused"
|
|
|
|
.line 68
|
|
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
iget-object p1, p0, Lcom/glu/plugins/gluanalytics/Analytics$1;->this$0:Lcom/glu/plugins/gluanalytics/Analytics;
|
|
|
|
.line 69
|
|
invoke-virtual {p1}, Lcom/glu/plugins/gluanalytics/Analytics;->onPause()V
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-void
|
|
.end method
|