Android標準のActivityのソースを見たいとき、Activity名を調べる方法。
時計アプリを表示中に実行した例
1 2 3 4 5 6 7 |
#Windows > adb shell dumpsys activity | findstr Run Running activities (most recent first): Run #0: ActivityRecord{a4d80a0 u0 com.android.deskclock/.DeskClock t486 Running activities (most recent first): Run #0: ActivityRecord{20e9b77 u0 com.android.launcher3/.Launcher t464} |