Files
rr3-apk/smali/androidx/biometric/KeyguardUtils$Api23Impl.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

66 lines
1.5 KiB
Smali

.class Landroidx/biometric/KeyguardUtils$Api23Impl;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/annotation/RequiresApi;
value = 0x17
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/biometric/KeyguardUtils;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Api23Impl"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 75
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getKeyguardManager(Landroid/content/Context;)Landroid/app/KeyguardManager;
.locals 1
.param p0 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/Nullable;
.end annotation
const-class v0, Landroid/app/KeyguardManager;
.line 85
invoke-virtual {p0, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/Class;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Landroid/app/KeyguardManager;
return-object p0
.end method
.method public static isDeviceSecure(Landroid/app/KeyguardManager;)Z
.locals 0
.param p0 # Landroid/app/KeyguardManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 95
invoke-virtual {p0}, Landroid/app/KeyguardManager;->isDeviceSecure()Z
move-result p0
return p0
.end method