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 を使用してアクティビティを呼び出すとしますシェルプロンプトでも結果(*)を受け取る方法はありますか? [-W を試しましたが、Activity が "finish" された後もずっとスタックしたままです]
戻りコードを返そうとすることもできますがSystem.exit(CODE);、あまり役に立ちません (本当に理由がない限り)。
System.exit(CODE);