mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
4b82cc4307
commit
79f324b40d
5 changed files with 2 additions and 16 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue