- 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
75 lines
1.8 KiB
Smali
75 lines
1.8 KiB
Smali
.class public Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/provider/FontsContractCompat;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "FontRequestCallback"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/core/provider/FontsContractCompat$FontRequestCallback$FontRequestFailReason;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final FAIL_REASON_FONT_LOAD_ERROR:I = -0x3
|
|
|
|
.field public static final FAIL_REASON_FONT_NOT_FOUND:I = 0x1
|
|
|
|
.field public static final FAIL_REASON_FONT_UNAVAILABLE:I = 0x2
|
|
|
|
.field public static final FAIL_REASON_MALFORMED_QUERY:I = 0x3
|
|
|
|
.field public static final FAIL_REASON_PROVIDER_NOT_FOUND:I = -0x1
|
|
|
|
.field public static final FAIL_REASON_SECURITY_VIOLATION:I = -0x4
|
|
|
|
.field public static final FAIL_REASON_WRONG_CERTIFICATES:I = -0x2
|
|
|
|
.field public static final RESULT_OK:I
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
value = {
|
|
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field static final RESULT_SUCCESS:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 624
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onTypefaceRequestFailed(I)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onTypefaceRetrieved(Landroid/graphics/Typeface;)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|