overlay: unset config_dozeAfterScreenOffByDefault

* This causes no doze on AOD, because AOD should be off (Screen blank) to doze

Signed-off-by: Kevios12 <kerschbaumer.kevin2@gmail.com>
This commit is contained in:
Kevios12 2022-01-20 02:44:28 +00:00 committed by roynatech2544
commit 79f324b40d
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 2 additions and 16 deletions

View file

@ -45,9 +45,6 @@
<bool name="config_dozePulsePickup">false</bool> <bool name="config_dozePulsePickup">false</bool>
<bool name="config_supportDoubleTapWake">false</bool> <bool name="config_supportDoubleTapWake">false</bool>
<bool name="config_enableBurnInProtection">true</bool> <bool name="config_enableBurnInProtection">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,

View file

@ -45,10 +45,6 @@
<bool name="config_dozePulsePickup">false</bool> <bool name="config_dozePulsePickup">false</bool>
<bool name="config_supportDoubleTapWake">true</bool> <bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_enableBurnInProtection">true</bool> <bool name="config_enableBurnInProtection">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java, where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,

View file

@ -7,7 +7,6 @@
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">@*android:string/config_mainBuiltInDisplayCutout</string> <string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">@*android:string/config_mainBuiltInDisplayCutout</string>
<bool name="config_supportDoubleTapWake">false</bool> <bool name="config_supportDoubleTapWake">false</bool>
<bool name="config_enableBurnInProtection">false</bool> <bool name="config_enableBurnInProtection">false</bool>
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java, where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,

View file

@ -45,10 +45,7 @@
<bool name="config_dozePulsePickup">false</bool> <bool name="config_dozePulsePickup">false</bool>
<bool name="config_supportDoubleTapWake">true</bool> <bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_enableBurnInProtection">true</bool> <bool name="config_enableBurnInProtection">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java, where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,

View file

@ -45,10 +45,7 @@
<bool name="config_dozePulsePickup">false</bool> <bool name="config_dozePulsePickup">false</bool>
<bool name="config_supportDoubleTapWake">true</bool> <bool name="config_supportDoubleTapWake">true</bool>
<bool name="config_enableBurnInProtection">true</bool> <bool name="config_enableBurnInProtection">true</bool>
<bool name="config_dozeAfterScreenOffByDefault">true</bool>
<bool name="config_allowAutoBrightnessWhileDozing">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java, where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,