此页面尝试通过Intent URL启动车载系统的工程模式功能。基于AndroidManifest.xml分析,发现存在exported的NeuBackDoorActivity。
如果网页方法不起作用,可以尝试这些ADB命令:
adb shell am start -n com.geely.engineermode/.NeuBackDoorActivity
adb shell am start -n com.geely.engineermode/.MainActivity -e debug_mode true
adb shell am start -n com.android.settings/.Settings