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.
Androidでアプリケーションを実行するためのアイドル時間(アプリケーションが開始してからの時間)を取得するにはどうすればよいですか?
Androidで実行中のすべてのアプリケーションの時間を取得しようとしていました
最初に、アプリケーションが onPause() を実行している間に現在の時刻を見つけ、onResume() で現在の時刻を見つける必要があります。この 2 つの違いを見つけます。あなたはそれを見つけるでしょう。