Files
rr3-apk/smali/androidx/biometric/BiometricManager$Api29Impl.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

101 lines
2.5 KiB
Smali

.class Landroidx/biometric/BiometricManager$Api29Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x1d
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/biometric/BiometricManager;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Api29Impl"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 540
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static canAuthenticate(Landroid/hardware/biometrics/BiometricManager;)I
.locals 0
.param p0 # Landroid/hardware/biometrics/BiometricManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 566
invoke-virtual {p0}, Landroid/hardware/biometrics/BiometricManager;->canAuthenticate()I
move-result p0
return p0
.end method
.method public static create(Landroid/content/Context;)Landroid/hardware/biometrics/BiometricManager;
.locals 1
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 551
const-class v0, Landroid/hardware/biometrics/BiometricManager;
invoke-virtual {p0, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/Class;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Landroid/hardware/biometrics/BiometricManager;
return-object p0
.end method
.method public static getCanAuthenticateWithCryptoMethod()Ljava/lang/reflect/Method;
.locals 5
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 579
:try_start_0
const-class v0, Landroid/hardware/biometrics/BiometricManager;
const-string v1, "canAuthenticate"
const/4 v2, 0x1
new-array v2, v2, [Ljava/lang/Class;
const-class v3, Landroid/hardware/biometrics/BiometricPrompt$CryptoObject;
const/4 v4, 0x0
aput-object v3, v2, v4
invoke-virtual {v0, v1, v2}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v0
:try_end_0
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_0} :catch_0
return-object v0
:catch_0
const/4 v0, 0x0
return-object v0
.end method