-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Face Unlock with ParanoidSense
- Loading branch information
Showing
14 changed files
with
2,975 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../platform_frameworks_base/0001-gmscompat-Change-attestation-and-instrumentation-to-.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/personal/platform_frameworks_base/0002-gmscompat-Spoof-Pixel-XL-for-Google-Photos.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
patches/personal/platform_frameworks_base/0003-monet-Use-Style.SPRITZ-by-default.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../platform_frameworks_base/0004-fw-b-Use-ro.build.version.incremental-to-signal-OTA-.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
patches/personal/platform_frameworks_base/0005-SystemUI-fix-SliceView-layout.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...l/platform_frameworks_base/0006-Add-android.permission.READ_PHONE_STATE-to-manifest.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...onal/platform_frameworks_base/0007-permissions-Pre-grant-google-restore-permissions.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ersonal/platform_frameworks_base/0008-feat-Add-Lockscreen-Weather-with-OmniJaws-1-2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2,925 changes: 2,925 additions & 0 deletions
2,925
.../personal/platform_frameworks_base/0009-feat-Add-Face-Unlock-with-ParanoidSense-1-2.patch
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...rm_packages_apps_Settings/0001-Revert-Wi-Fi-Remove-Do-not-validate-option-in-CA-cer.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rm_packages_apps_Settings/0002-Revert-Wi-Fi-Check-if-domain-field-is-not-empty-when.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../platform_packages_apps_Settings/0003-feat-Add-Lockscreen-Weather-with-OmniJaws-2-2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...al/platform_packages_apps_Settings/0004-feat-Add-Face-Unlock-with-ParanoidSense-2-2.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From a75ccf6a43fb8557bb52a743daca83de1ba69562 Mon Sep 17 00:00:00 2001 | ||
From: Chris Crump <chriscrawford893@gmail.com> | ||
Date: Fri, 17 Mar 2023 20:48:46 +0100 | ||
Subject: [PATCH 4/4] 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 6689645aa8..e1ed24f790 100644 | ||
--- a/AndroidManifest.xml | ||
+++ b/AndroidManifest.xml | ||
@@ -2488,7 +2488,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 | ||
|