Snap for 8698871 from 58f7f345c1
to tm-qpr1-release
Change-Id: Ia4d3670997d577616f28494ca9d46af813daea8e
This commit is contained in:
commit
c16ae221e6
4 changed files with 6 additions and 9 deletions
|
@ -11,10 +11,6 @@ on init
|
||||||
# Power Stats HAL
|
# Power Stats HAL
|
||||||
chown system system /sys/devices/platform/10d30000.spi/spi_master/spi10/spi10.0/uwb/power_stats
|
chown system system /sys/devices/platform/10d30000.spi/spi_master/spi10/spi10.0/uwb/power_stats
|
||||||
|
|
||||||
on fs
|
|
||||||
# Face
|
|
||||||
exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/faceauth.app
|
|
||||||
|
|
||||||
on property:vendor.mfgapi.touchpanel.permission=1
|
on property:vendor.mfgapi.touchpanel.permission=1
|
||||||
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
||||||
chown system system /sys/devices/virtual/sec/tsp/cmd
|
chown system system /sys/devices/virtual/sec/tsp/cmd
|
||||||
|
|
|
@ -187,7 +187,9 @@ PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
|
|
||||||
# Fingerprint HAL
|
# Fingerprint HAL
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true
|
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \
|
||||||
|
persist.vendor.udfps.als_feed_forward_supported=true
|
||||||
|
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
|
@ -194,7 +194,9 @@ PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
|
|
||||||
# Fingerprint HAL
|
# Fingerprint HAL
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true
|
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true \
|
||||||
|
persist.vendor.udfps.als_feed_forward_supported=true
|
||||||
|
|
||||||
|
|
||||||
# Keyboard side padding in dp for portrait mode
|
# Keyboard side padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11
|
PRODUCT_PRODUCT_PROPERTIES += ro.com.google.ime.kb_pad_port_r=11
|
||||||
|
|
|
@ -202,9 +202,6 @@
|
||||||
<dimen name="status_bar_height_portrait">130px</dimen>
|
<dimen name="status_bar_height_portrait">130px</dimen>
|
||||||
<dimen name="status_bar_height_landscape">28dp</dimen>
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||||
|
|
||||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
|
||||||
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
|
||||||
|
|
||||||
<!-- the number of the max cached processes in the system. -->
|
<!-- the number of the max cached processes in the system. -->
|
||||||
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
<integer name="config_customizedMaxCachedProcesses">64</integer>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue