Discover

Topics

Current Activity

Current Activity APK

Current Activity APK

1.5.2-play FreeWillLi ⇣ Download APK (84.30 KB)

A useful tool for Android Developers

What's Current Activity APK?

Current Activity is a app for Android, It's developed by WillLi author.
First released on google play in 10 years ago and latest version released in 6 years ago.
This app has 45.6K download times on Google play and rated as 4.58 stars with 363 rated times.
This product is an app in Tools category. More infomartion of Current Activity on google play
A useful tool for Android Developers, which shows the package name and class name of current activity.

It's now open sourced at https://github.com/109021017/android-TopActivity.

Tips:
1. You can run "adb shell dumpsys window windows | grep -E 'mCurrentFocus' " to see the current activity.
2. You can track the activities by Logcat. Just add a Logcat Filter with Log Tag "ActivityManager" and Log Message "START.*".
3. Or you can run this shell script https://gist.github.com/109021017/43e7f5ad1361ad9caa3e
4. Use this alfred workflow (https://github.com/109021017/alfred-adb-workflow) is the easiest way to access the Activity name on Mac