|
|
|
@ -1227,6 +1227,7 @@ |
|
|
|
|
<!-- The type of the light sensor to be used by the display framework for things like |
|
|
|
|
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. --> |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
@ -1235,4 +1236,19 @@ |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
<!-- Default list of files pinned by the Pinner Service --> |
|
|
|
|
<string-array translatable="false" name="config_defaultPinnerServiceFiles"> |
|
|
|
|
<item>"/system/framework/framework.jar"</item> |
|
|
|
|
<item>"/system/framework/services.jar"</item> |
|
|
|
|
<item>"/apex/com.android.art/javalib/core-oj.jar"</item> |
|
|
|
|
<item>"/apex/com.android.art/javalib/core-libart.jar"</item> |
|
|
|
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item> |
|
|
|
|
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> |
|
|
|
|
<item>"/system/bin/surfaceflinger"</item> |
|
|
|
|
</string-array> |
|
|
|
|
<!-- True if camera app should be pinned via Pinner Service --> |
|
|
|
|
<bool name="config_pinnerCameraApp">true</bool> |
|
|
|
|
<!-- Should the pinner service pin the Home application? --> |
|
|
|
|
<bool name="config_pinnerHomeApp">true</bool> |
|
|
|
|
</resources> |
|
|
|
|