From 52dd4a197aa7f5bd8e4527b5d588c48dc0935f5f Mon Sep 17 00:00:00 2001 From: davidycchen Date: Wed, 7 Dec 2022 14:29:43 +0800 Subject: [PATCH] init: start twoshay on boot. Bug: 243077791 Test: Check if twoshay start successfully. Change-Id: I715bcef3eb498f8410f51037719440bcfaef72ca Signed-off-by: davidycchen --- conf/init.husky.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/init.husky.rc b/conf/init.husky.rc index 931d694..0989cbf 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -61,3 +61,6 @@ on property:ro.boot.hardware.revision=PROTO1.1 on post-fs-data chown bluetooth system /proc/bluetooth/timesync +# Start the twoshay touch service +on property:vendor.device.modules.ready=1 + start twoshay