Files
rr3-apk/smali_classes4/csdk/glucentralservices/util/AndroidPlatform$1.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

112 lines
2.9 KiB
Smali

.class Lcsdk/glucentralservices/util/AndroidPlatform$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcsdk/glucentralservices/util/IAction2;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcsdk/glucentralservices/util/AndroidPlatform;->registerApplicationEvent()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcsdk/glucentralservices/util/IAction2<",
"Ljava/lang/String;",
"Landroid/app/Activity;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
# direct methods
.method public constructor <init>(Lcsdk/glucentralservices/util/AndroidPlatform;)V
.locals 0
iput-object p1, p0, Lcsdk/glucentralservices/util/AndroidPlatform$1;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
.line 108
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 108
check-cast p1, Ljava/lang/String;
check-cast p2, Landroid/app/Activity;
invoke-virtual {p0, p1, p2}, Lcsdk/glucentralservices/util/AndroidPlatform$1;->apply(Ljava/lang/String;Landroid/app/Activity;)V
return-void
.end method
.method public apply(Ljava/lang/String;Landroid/app/Activity;)V
.locals 0
iget-object p2, p0, Lcsdk/glucentralservices/util/AndroidPlatform$1;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
.line 111
invoke-static {p2}, Lcsdk/glucentralservices/util/AndroidPlatform;->access$000(Lcsdk/glucentralservices/util/AndroidPlatform;)Z
move-result p2
if-eqz p2, :cond_1
const-string p2, "onApplicationResumed"
.line 112
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p2
if-eqz p2, :cond_0
iget-object p1, p0, Lcsdk/glucentralservices/util/AndroidPlatform$1;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
const-string p2, "resume"
.line 113
invoke-static {p1, p2}, Lcsdk/glucentralservices/util/AndroidPlatform;->access$100(Lcsdk/glucentralservices/util/AndroidPlatform;Ljava/lang/String;)V
goto :goto_0
:cond_0
const-string p2, "onApplicationPaused"
.line 114
invoke-virtual {p2, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_1
iget-object p1, p0, Lcsdk/glucentralservices/util/AndroidPlatform$1;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
const-string p2, "pause"
.line 115
invoke-static {p1, p2}, Lcsdk/glucentralservices/util/AndroidPlatform;->access$100(Lcsdk/glucentralservices/util/AndroidPlatform;Ljava/lang/String;)V
:cond_1
:goto_0
return-void
.end method