mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
Revert "Revert "universal7885: Don't include CameraLightSensor for now""
This reverts commit 8cb0b6f5b2.
I won't get this back ever.
This commit is contained in:
parent
7c26e3461b
commit
d6926a5a11
7 changed files with 4 additions and 10 deletions
|
|
@ -11,9 +11,6 @@ $(call inherit-product, vendor/samsung/a10/a10-vendor.mk)
|
|||
|
||||
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraLightSensor
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.a10
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
|||
# Derp
|
||||
DERP_BUILDTYPE := Official
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraLightSensor
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.3-service.samsung
|
||||
|
|
|
|||
|
|
@ -12,9 +12,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
|
|||
# Derp
|
||||
DERP_BUILDTYPE := Official
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
CameraLightSensor
|
||||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.3-service.samsung
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
<item>0:2:15</item>
|
||||
<!-- ID0:Fingerprint:Strong -->
|
||||
</string-array>
|
||||
<bool name="config_automatic_brightness_available">true</bool>
|
||||
<!-- For performance and storage reasons, limit the number of fingerprints per user -->
|
||||
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
|
||||
<!-- Specify if the fingerprint hardware support gestures-->
|
||||
|
|
|
|||
|
|
@ -65,4 +65,5 @@
|
|||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
<!-- Limit for the number of face templates per user -->
|
||||
<integer name="config_faceMaxTemplatesPerUser">2</integer>
|
||||
<bool name="config_automatic_brightness_available">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -65,4 +65,5 @@
|
|||
<bool name="config_supportSystemNavigationKeys">true</bool>
|
||||
<!-- Limit for the number of face templates per user -->
|
||||
<integer name="config_faceMaxTemplatesPerUser">2</integer>
|
||||
<bool name="config_automatic_brightness_available">true</bool>
|
||||
</resources>
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@
|
|||
Off by default, since the framebuffer readback used to implement the
|
||||
fading edges is prohibitively expensive on most GPUs. -->
|
||||
<bool name="config_ui_enableFadingMarquee">true</bool>
|
||||
<bool name="config_automatic_brightness_available">true</bool>
|
||||
|
||||
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
|
||||
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
|
||||
<integer-array name="config_autoBrightnessDisplayValuesNits">
|
||||
|
|
|
|||
Loading…
Reference in a new issue