- 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
106 lines
2.2 KiB
Smali
106 lines
2.2 KiB
Smali
.class public Lcom/amazon/device/iap/internal/c/b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final b:Lcom/amazon/device/iap/internal/c/b;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Ljava/util/Set;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/Set<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
.line 11
|
|
new-instance v0, Lcom/amazon/device/iap/internal/c/b;
|
|
|
|
invoke-direct {v0}, Lcom/amazon/device/iap/internal/c/b;-><init>()V
|
|
|
|
sput-object v0, Lcom/amazon/device/iap/internal/c/b;->b:Lcom/amazon/device/iap/internal/c/b;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 8
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 10
|
|
new-instance v0, Ljava/util/concurrent/ConcurrentSkipListSet;
|
|
|
|
invoke-direct {v0}, Ljava/util/concurrent/ConcurrentSkipListSet;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/amazon/device/iap/internal/c/b;->a:Ljava/util/Set;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static a()Lcom/amazon/device/iap/internal/c/b;
|
|
.locals 1
|
|
|
|
.line 0
|
|
sget-object v0, Lcom/amazon/device/iap/internal/c/b;->b:Lcom/amazon/device/iap/internal/c/b;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Ljava/lang/String;)Z
|
|
.locals 1
|
|
|
|
.line 22
|
|
invoke-static {p1}, Lcom/amazon/device/iap/internal/util/d;->a(Ljava/lang/String;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/amazon/device/iap/internal/c/b;->a:Ljava/util/Set;
|
|
|
|
.line 23
|
|
invoke-interface {v0, p1}, Ljava/util/Set;->remove(Ljava/lang/Object;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public b(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 35
|
|
invoke-static {p1}, Lcom/amazon/device/iap/internal/util/d;->a(Ljava/lang/String;)Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/amazon/device/iap/internal/c/b;->a:Ljava/util/Set;
|
|
|
|
.line 36
|
|
invoke-interface {v0, p1}, Ljava/util/Set;->add(Ljava/lang/Object;)Z
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|