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:
roynatech2544 2022-08-26 14:14:05 +00:00
commit d6926a5a11
7 changed files with 4 additions and 10 deletions

View file

@ -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) $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
PRODUCT_PACKAGES += \
CameraLightSensor
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.a10 android.hardware.usb@1.0-service.a10

View file

@ -12,9 +12,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
# Derp # Derp
DERP_BUILDTYPE := Official DERP_BUILDTYPE := Official
PRODUCT_PACKAGES += \
CameraLightSensor
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.usb@1.3-service.samsung android.hardware.usb@1.3-service.samsung

View file

@ -12,9 +12,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)
# Derp # Derp
DERP_BUILDTYPE := Official DERP_BUILDTYPE := Official
PRODUCT_PACKAGES += \
CameraLightSensor
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.usb@1.3-service.samsung android.hardware.usb@1.3-service.samsung

View file

@ -57,6 +57,7 @@
<item>0:2:15</item> <item>0:2:15</item>
<!-- ID0:Fingerprint:Strong --> <!-- ID0:Fingerprint:Strong -->
</string-array> </string-array>
<bool name="config_automatic_brightness_available">true</bool>
<!-- For performance and storage reasons, limit the number of fingerprints per user --> <!-- For performance and storage reasons, limit the number of fingerprints per user -->
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer> <integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
<!-- Specify if the fingerprint hardware support gestures--> <!-- Specify if the fingerprint hardware support gestures-->

View file

@ -65,4 +65,5 @@
<bool name="config_supportSystemNavigationKeys">true</bool> <bool name="config_supportSystemNavigationKeys">true</bool>
<!-- Limit for the number of face templates per user --> <!-- Limit for the number of face templates per user -->
<integer name="config_faceMaxTemplatesPerUser">2</integer> <integer name="config_faceMaxTemplatesPerUser">2</integer>
<bool name="config_automatic_brightness_available">true</bool>
</resources> </resources>

View file

@ -65,4 +65,5 @@
<bool name="config_supportSystemNavigationKeys">true</bool> <bool name="config_supportSystemNavigationKeys">true</bool>
<!-- Limit for the number of face templates per user --> <!-- Limit for the number of face templates per user -->
<integer name="config_faceMaxTemplatesPerUser">2</integer> <integer name="config_faceMaxTemplatesPerUser">2</integer>
<bool name="config_automatic_brightness_available">true</bool>
</resources> </resources>

View file

@ -145,7 +145,7 @@
Off by default, since the framebuffer readback used to implement the Off by default, since the framebuffer readback used to implement the
fading edges is prohibitively expensive on most GPUs. --> fading edges is prohibitively expensive on most GPUs. -->
<bool name="config_ui_enableFadingMarquee">true</bool> <bool name="config_ui_enableFadingMarquee">true</bool>
<bool name="config_automatic_brightness_available">true</bool>
<integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer> <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
<integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer> <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
<integer-array name="config_autoBrightnessDisplayValuesNits"> <integer-array name="config_autoBrightnessDisplayValuesNits">