Current Activity (com.willme.topactivity): A useful tool for Android Developers ... Read More > or Download Now >
Current Activity for Android
Tech Specs
- • Latest Version: 1.5.2-play
- • Updated: November 29, 2017
- • Requires: Android 2.3 and up
- • Developer: WillLi
- • Content Rating: Everyone
User Reviews
- • Rating Average
- 4.67 out of 5
- • Rating Users
- 456
Download Count
- • Total Downloads
- 5
- • Current Version Downloads
- 5
- • File Name: com.willme.topactivity.apk
You can now download the latest version apk file and install it.
More About Current Activity App
Current Activity Description: 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
What's New in Current Activity 1.5.2-play >
1.5.1
- Remove Accessibility service use app usage api instead
- Bug fix
- Adaptive icon
