diff --git a/phh-on-boot.sh b/phh-on-boot.sh index 9f40955..b51f97e 100644 --- a/phh-on-boot.sh +++ b/phh-on-boot.sh @@ -18,6 +18,6 @@ getprop | \ setprop ctl.stop $svc done -if grep -qF android.hardware.boot /vendor/manifest.xml;then +if grep -qF android.hardware.boot /vendor/manifest.xml || grep -qF android.hardware.boot /vendor/etc/vintf/manifest.xml ;then bootctl mark-boot-successful fi