- 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
92 lines
2.8 KiB
Smali
92 lines
2.8 KiB
Smali
.class Lcom/ea/nimble/ApplicationEnvironmentImpl$7;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/tasks/OnSuccessListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/ea/nimble/ApplicationEnvironmentImpl;->requestIntegrityToken(Ljava/lang/String;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/android/gms/tasks/OnSuccessListener<",
|
|
"Lcom/google/android/play/core/integrity/IntegrityTokenResponse;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
|
|
|
|
.field final synthetic val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ea/nimble/ApplicationEnvironmentImpl;Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->this$0:Lcom/ea/nimble/ApplicationEnvironmentImpl;
|
|
|
|
iput-object p2, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
|
|
|
|
.line 1229
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onSuccess(Lcom/google/android/play/core/integrity/IntegrityTokenResponse;)V
|
|
.locals 2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
new-array v0, v0, [Ljava/lang/Object;
|
|
|
|
const-string v1, "IntegrityTokenRequest is successful"
|
|
|
|
.line 1233
|
|
invoke-static {p0, v1, v0}, Lcom/ea/nimble/Log$Helper;->LOGV(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
iget-object v0, p0, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->val$listener:Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;
|
|
|
|
.line 1234
|
|
invoke-virtual {p1}, Lcom/google/android/play/core/integrity/IntegrityTokenResponse;->token()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-interface {v0, p1, v1}, Lcom/ea/nimble/IApplicationEnvironment$IntegrityTokenCallback;->onCallback(Ljava/lang/String;Lcom/ea/nimble/Error;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public bridge synthetic onSuccess(Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 1229
|
|
check-cast p1, Lcom/google/android/play/core/integrity/IntegrityTokenResponse;
|
|
|
|
invoke-virtual {p0, p1}, Lcom/ea/nimble/ApplicationEnvironmentImpl$7;->onSuccess(Lcom/google/android/play/core/integrity/IntegrityTokenResponse;)V
|
|
|
|
return-void
|
|
.end method
|