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.
ホームボタンはonStop()Android でメソッドを呼び出しonPause()ますか? 物理ボタンのイベント全体を説明できる人はいますか?
onStop()
onPause()
ホーム以外のすべての物理ボタン イベントをオーバーライドできます。Home はすべてのアプリケーションをバックグラウンドに移行させるため、このプロセスは onPause() に続いてアプリケーションの onStop() を引き起こします。
onKeyUp を使用して、他の物理キーをオーバーライドできます。