Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我使用 adb adb shell am start -a android.intent.action.MAIN -n -e key1 value1 调用一个活动有没有办法在 shell 提示符下接收它的结果(*)?[我试过 -W 但即使在活动“完成”后仍然卡住 - ed]
您可以尝试System.exit(CODE);返回返回码,但这并不是很有用(除非您真的有理由这样做)。
System.exit(CODE);