系统设置(原生 Intent)
提示:部分 Flyme/车机会屏蔽这些 Activity,若无反应请尝试下方的显式包名唤醒。
系统设置
使用隐式 Action 启动系统设置,兼容性更高。
唤醒 vehicletool / ECARX
这些链接会直接向系统发送 Intent,若成功可让后台服务加载,从而生效 USB 切换。
ECARX 应用(主入口)
尝试这些显式 Component,确保 WebView 能唤醒应用。
唤醒 vehicletool / ECARX 应用
尝试以上组合即可唤醒应用,无需 USB 或后台 Activity。
更多显式 Activity(备选)
若某个 Activity 名称不对,WebView 可能提示找不到或静默失败,继续尝试其它条目。
通用 / 备用方案
可作为额外尝试,确保 WebView 能唤醒应用。
通用与备份方案
intent:#Intent;action=android.settings.SETTINGS;end
intent:#Intent;action=android.settings.APPLICATION_DEVELOPMENT_SETTINGS;end
intent:#Intent;action=android.settings.USB_SETTINGS;end
intent:#Intent;package=com.ecarx.venus.vehicletool.android;end
intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;package=com.ecarx.venus.vehicletool.android;end
intent:#Intent;component=com.ecarx.venus.vehicletool.android/.UsbSettingsActivity;end
intent:#Intent;component=com.ecarx.venus.vehicletool.android/.ui.VehicleToolActivity;end
intent:#Intent;component=com.ecarx.venus.vehicletool.android/.MainActivity;end
intent:#Intent;component=com.ecarx.venus.vehicletool.android/.ui.MainActivity;end
intent:#Intent;component=com.ecarx.venus.vehicletool.android/.VehicleToolEntryActivity;end
intent:#Intent;launchFlags=0x10000000;component=com.ecarx.venus.vehicletool.android/.UsbActivity;end