init: start twoshay on boot.

Bug: 285254184
Bug: 285243910
Bug: 285328629
Test: twoshay launched successfully.
Change-Id: I8bcd9b8ec4b32f14c14cc4d41d7bfed3a6c4d9ff
Signed-off-by: Mark Chang <changmark@google.com>
This commit is contained in:
Mark Chang 2023-12-27 12:22:16 +00:00
parent 50711c7965
commit 388859df71
3 changed files with 12 additions and 0 deletions

View file

@ -55,3 +55,7 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
# Start the twoshay touch service
on property:sys.boot_completed=1
start twoshay

View file

@ -55,3 +55,7 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
# Start the twoshay touch service
on property:sys.boot_completed=1
start twoshay

View file

@ -55,3 +55,7 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
# Start the twoshay touch service
on property:sys.boot_completed=1
start twoshay