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では、どのapk/アプリケーションが一番上にあるか、フォーカスがあるかを追跡することは可能ですか? この作業はサービスによって行われます。私はこれについてあまり知識がありません。
前もって感謝します。
ActivityManager.getRunningTask
RunningTaskInfo.topActivity
ComponentName.getPackageName
それは明らかですか?