- 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
77 lines
1.9 KiB
Smali
77 lines
1.9 KiB
Smali
.class public final Lcom/amazon/device/iap/internal/b/f/c;
|
|
.super Lcom/amazon/device/iap/internal/b/f/a;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/amazon/device/iap/internal/b/e;Z)V
|
|
.locals 1
|
|
|
|
const-string v0, "2.0"
|
|
|
|
.line 16
|
|
invoke-direct {p0, p1, v0}, Lcom/amazon/device/iap/internal/b/f/a;-><init>(Lcom/amazon/device/iap/internal/b/e;Ljava/lang/String;)V
|
|
|
|
const-string p1, "receiptDelivered"
|
|
|
|
.line 18
|
|
invoke-static {p2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/amazon/device/iap/internal/b/i;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a_()V
|
|
.locals 3
|
|
|
|
.line 24
|
|
invoke-virtual {p0}, Lcom/amazon/device/iap/internal/b/i;->b()Lcom/amazon/device/iap/internal/b/e;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/amazon/device/iap/internal/b/e;->d()Lcom/amazon/device/iap/internal/b/h;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "notifyListenerResult"
|
|
|
|
invoke-virtual {v0, v1}, Lcom/amazon/device/iap/internal/b/h;->a(Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "notifyListenerSucceeded"
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
sget-object v2, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
|
|
|
|
.line 27
|
|
invoke-virtual {v2, v0}, Ljava/lang/Boolean;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 28
|
|
invoke-virtual {p0, v1, v2}, Lcom/amazon/device/iap/internal/b/i;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
sget-object v0, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;
|
|
|
|
.line 30
|
|
invoke-virtual {p0, v1, v0}, Lcom/amazon/device/iap/internal/b/i;->a(Ljava/lang/String;Ljava/lang/Object;)V
|
|
|
|
.line 32
|
|
:goto_0
|
|
invoke-super {p0}, Lcom/amazon/device/iap/internal/b/i;->a_()V
|
|
|
|
return-void
|
|
.end method
|