- 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
76 lines
2.6 KiB
Smali
76 lines
2.6 KiB
Smali
.class Lcom/glu/plugins/gluanalytics/CacheService$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/glu/plugins/gluanalytics/CacheService;->scheduleUpdate()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/glu/plugins/gluanalytics/CacheService;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
.line 72
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public run()V
|
|
.locals 6
|
|
|
|
iget-object v0, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
.line 75
|
|
invoke-static {v0}, Lcom/glu/plugins/gluanalytics/CacheService;->access$100(Lcom/glu/plugins/gluanalytics/CacheService;)Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
iget-object v2, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
invoke-static {v2}, Lcom/glu/plugins/gluanalytics/CacheService;->access$200(Lcom/glu/plugins/gluanalytics/CacheService;)Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
iget-object v3, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
invoke-static {v3}, Lcom/glu/plugins/gluanalytics/CacheService;->access$300(Lcom/glu/plugins/gluanalytics/CacheService;)Ljava/lang/String;
|
|
|
|
move-result-object v3
|
|
|
|
iget-object v4, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
invoke-static {v4}, Lcom/glu/plugins/gluanalytics/CacheService;->access$400(Lcom/glu/plugins/gluanalytics/CacheService;)Ljava/lang/String;
|
|
|
|
move-result-object v4
|
|
|
|
iget-object v5, p0, Lcom/glu/plugins/gluanalytics/CacheService$2;->this$0:Lcom/glu/plugins/gluanalytics/CacheService;
|
|
|
|
invoke-static {v5}, Lcom/glu/plugins/gluanalytics/CacheService;->access$500(Lcom/glu/plugins/gluanalytics/CacheService;)Ljava/lang/String;
|
|
|
|
move-result-object v5
|
|
|
|
invoke-static/range {v0 .. v5}, Lcom/glu/plugins/gluanalytics/CacheService;->access$000(Lcom/glu/plugins/gluanalytics/CacheService;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|