mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-01 12:44:23 -04:00
20.0: It boots!
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5b114cacf8
commit
4524eb43d3
5 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ Signed-off-by: anupritaisno1 <www.anuprita804@gmail.com>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/LockoutFrameworkImpl.java b/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/LockoutFrameworkImpl.java
|
||||
index a0befea8e085..49c2e305421f 100644
|
||||
index a0befea8e085..f884fe4654b4 100644
|
||||
--- a/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/LockoutFrameworkImpl.java
|
||||
+++ b/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/LockoutFrameworkImpl.java
|
||||
@@ -41,7 +41,7 @@ public class LockoutFrameworkImpl implements LockoutTracker {
|
||||
|
@ -17,7 +17,7 @@ index a0befea8e085..49c2e305421f 100644
|
|||
"com.android.server.biometrics.sensors.fingerprint.ACTION_LOCKOUT_RESET";
|
||||
private static final int MAX_FAILED_ATTEMPTS_LOCKOUT_TIMED = 5;
|
||||
- private static final int MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT = 20;
|
||||
+ private static final int MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT = 5;
|
||||
+ private static final int MAX_FAILED_ATTEMPTS_LOCKOUT_PERMANENT = 3;
|
||||
private static final long FAIL_LOCKOUT_TIMEOUT_MS = 30 * 1000;
|
||||
private static final String KEY_LOCKOUT_RESET_USER = "lockout_reset_user";
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ index f030d80a3533..f14ee3d45d8c 100644
|
|||
<permission name="android.permission.RECEIVE_MEDIA_RESOURCE_USAGE"/>
|
||||
<permission name="android.permission.SET_WALLPAPER_DIM_AMOUNT"/>
|
||||
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
|
||||
index e63121fafd31..58945cba9997 100644
|
||||
index 6755e6bee975..b89bdf3991d8 100644
|
||||
--- a/packages/SystemUI/AndroidManifest.xml
|
||||
+++ b/packages/SystemUI/AndroidManifest.xml
|
||||
@@ -327,6 +327,9 @@
|
||||
@@ -325,6 +325,9 @@
|
||||
|
||||
<uses-permission android:name="android.permission.SET_UNRESTRICTED_KEEP_CLEAR_AREAS" />
|
||||
|
||||
|
|
|
@ -135,10 +135,10 @@ index 6bb35facca7b..c4241414164f 100644
|
|||
<java-symbol type="dimen" name="status_bar_height_default" />
|
||||
</resources>
|
||||
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
|
||||
index 58945cba9997..b39415febb4b 100644
|
||||
index b89bdf3991d8..0803cfae3ad5 100644
|
||||
--- a/packages/SystemUI/AndroidManifest.xml
|
||||
+++ b/packages/SystemUI/AndroidManifest.xml
|
||||
@@ -943,5 +943,17 @@
|
||||
@@ -941,5 +941,17 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue