|
|
|
@ -1219,7 +1219,6 @@ |
|
|
|
|
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. --> |
|
|
|
|
<bool name="config_dozePulsePickup">true</bool> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Amount of time it takes for the light sensor to warm up in milliseconds. |
|
|
|
|
For this time after the screen turns on, the Power Manager |
|
|
|
|
will not debounce light sensor readings --> |
|
|
|
@ -1230,4 +1229,10 @@ |
|
|
|
|
<string name="config_displayLightSensorType">com.samsung.sensor.physical_light</string> |
|
|
|
|
<!-- Type of the udfps long press sensor. Empty if long press is not supported. --> |
|
|
|
|
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string> |
|
|
|
|
|
|
|
|
|
<!-- The list of components which should be automatically disabled for a specific device. --> |
|
|
|
|
<string-array name="config_deviceDisabledComponents" translatable="false"> |
|
|
|
|
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item> |
|
|
|
|
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item> |
|
|
|
|
</string-array> |
|
|
|
|
</resources> |
|
|
|
|