Files
rr3-apk/smali_classes4/csdk/glucentralservices/util/AndroidPlatform$9$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

78 lines
2.3 KiB
Smali

.class Lcsdk/glucentralservices/util/AndroidPlatform$9$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/ump/ConsentInformation$OnConsentInfoUpdateSuccessListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcsdk/glucentralservices/util/AndroidPlatform$9;->run()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$1:Lcsdk/glucentralservices/util/AndroidPlatform$9;
.field final synthetic val$consentInformation:Lcom/google/android/ump/ConsentInformation;
# direct methods
.method public constructor <init>(Lcsdk/glucentralservices/util/AndroidPlatform$9;Lcom/google/android/ump/ConsentInformation;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcsdk/glucentralservices/util/AndroidPlatform$9$1;->this$1:Lcsdk/glucentralservices/util/AndroidPlatform$9;
iput-object p2, p0, Lcsdk/glucentralservices/util/AndroidPlatform$9$1;->val$consentInformation:Lcom/google/android/ump/ConsentInformation;
.line 567
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onConsentInfoUpdateSuccess()V
.locals 5
iget-object v0, p0, Lcsdk/glucentralservices/util/AndroidPlatform$9$1;->val$consentInformation:Lcom/google/android/ump/ConsentInformation;
.line 570
invoke-interface {v0}, Lcom/google/android/ump/ConsentInformation;->getConsentStatus()I
move-result v0
const/4 v1, 0x1
if-eq v0, v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
iget-object v0, p0, Lcsdk/glucentralservices/util/AndroidPlatform$9$1;->this$1:Lcsdk/glucentralservices/util/AndroidPlatform$9;
.line 571
iget-object v2, v0, Lcsdk/glucentralservices/util/AndroidPlatform$9;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
iget-wide v3, v0, Lcsdk/glucentralservices/util/AndroidPlatform$9;->val$nativeCallback:J
invoke-static {v2, v3, v4, v1}, Lcsdk/glucentralservices/util/AndroidPlatform;->access$1200(Lcsdk/glucentralservices/util/AndroidPlatform;JZ)V
return-void
.end method