Snap for 8822479 from 29941735c3
to udc-release
Change-Id: I165eed12427d69e96d5e0e933bd60a052b633910
This commit is contained in:
commit
fd33e49a43
2 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,10 @@ on boot && property:ro.build.flavor=factory_lynx-userdebug
|
||||||
# Audio test folder
|
# Audio test folder
|
||||||
mkdir /data/AudioTest 0775 system system
|
mkdir /data/AudioTest 0775 system system
|
||||||
|
|
||||||
|
# Start the twoshay touch service
|
||||||
|
on late-init && property:vendor.device.modules.ready=1
|
||||||
|
start twoshay
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -178,6 +178,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.support_hide_display_cutout=true
|
ro.support_hide_display_cutout=true
|
||||||
|
|
||||||
|
# Set support One-handed mode
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.support_one_handed_mode=true
|
||||||
|
|
||||||
# Hide cutout overlays
|
# Hide cutout overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue