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:
parent
50711c7965
commit
388859df71
3 changed files with 12 additions and 0 deletions
|
@ -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
|
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
|
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
|
||||||
|
|
|
@ -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
|
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
|
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
|
||||||
|
|
|
@ -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
|
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue