- 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
52 lines
1.2 KiB
Smali
52 lines
1.2 KiB
Smali
.class public final Landroidx/room/FtsOptions;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/room/FtsOptions$MatchInfo;,
|
|
Landroidx/room/FtsOptions$Order;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final INSTANCE:Landroidx/room/FtsOptions;
|
|
|
|
.field public static final TOKENIZER_ICU:Ljava/lang/String; = "icu"
|
|
|
|
.field public static final TOKENIZER_PORTER:Ljava/lang/String; = "porter"
|
|
|
|
.field public static final TOKENIZER_SIMPLE:Ljava/lang/String; = "simple"
|
|
|
|
.field public static final TOKENIZER_UNICODE61:Ljava/lang/String; = "unicode61"
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x15
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Landroidx/room/FtsOptions;
|
|
|
|
invoke-direct {v0}, Landroidx/room/FtsOptions;-><init>()V
|
|
|
|
sput-object v0, Landroidx/room/FtsOptions;->INSTANCE:Landroidx/room/FtsOptions;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 26
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|