1
0
mirror of https://github.com/ponces/treble_aosp.git synced 2024-11-24 07:26:23 +00:00
treble_aosp/patches/personal/platform_packages_apps_Settings/0002-feat-Add-Face-Unlock-with-ParanoidSense-2-2.patch
2024-06-18 10:56:00 +01:00

31 lines
1.0 KiB
Diff

From 56b2c38a22681db6ad2caec74506beb0cff4856d Mon Sep 17 00:00:00 2001
From: Chris Crump <chriscrawford893@gmail.com>
Date: Fri, 17 Mar 2023 20:48:46 +0100
Subject: [PATCH 2/2] feat: Add Face Unlock with ParanoidSense (2/2)
Based on AOSPA's implementation and adapted by @ghostrider-reborn
Co-authored-by: Chris Crump <chriscrawford893@gmail.com>
Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Change-Id: I05fa784d9f7f978be9f5944900a97ad7df19f59e
---
AndroidManifest.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aed51f3..52eeeab 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2663,7 +2663,7 @@
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.face.FaceEnrollFinish"
- android:exported="false"
+ android:exported="true"
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.BiometricHandoffActivity"
--
2.34.1