Snap for 8429660 from 023c95f8cf
to udc-release
Change-Id: I6ab1cd1329b99a4aa5e8a220f0b6edca74dbd4a4
This commit is contained in:
commit
bfb4db3fd3
2 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,9 @@ on late-init
|
|||
on init && property:ro.bootmode=normal
|
||||
write /sys/devices/platform/hall_sensor/enable 0
|
||||
|
||||
on init && property:ro.bootmode=factory
|
||||
write /sys/devices/platform/hall_sensor/enable 0
|
||||
|
||||
# SecureElement eSE2 cts mode
|
||||
on property:persist.vendor.se.ese2.mode=ctsmode
|
||||
write /sys/class/st33spi/st33spi/st33spi_state 33
|
||||
|
|
|
@ -228,3 +228,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Set support one-handed mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.support_one_handed_mode=true
|
||||
|
||||
# Hinge angle sensor
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.sensor.hinge_angle.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hinge_angle.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue