开机脚本位置:/system/bin/lazy-start.sh
依次定位到 /system/bin/,找到lazy-start.sh,右键->编辑!
如何用lazy-start.sh启动安卓应用
在脚本最后加上
sleep xxx #延时xxx秒等待系统进入桌面
am start xxx #利用am命令启动应用
xxx是应用的包名,可以用MT浏览器查看
例如打开设置 am start com.android.settings