
Current Activity 1.5.2.play APK
App Info
- 软件名称Current Activity
- 软件分类工具
- 最新版本1.5.2.play
- 支持ROM2.3及更高版本
- File Size84.3 KB
- 更新日期2023-06-13
- APK名称com.willme.topactivity
軟體介紹
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
Get tasks | Allows to get information about the currently or recently running tasks. |
---|---|
System alert window | Allows to open windows using the system alert, shown on top of all other applications. |
android.permission.PACKAGE_USAGE_STATS | App customer permission. |