Current Activity Application icon

Current Activity 1.5.5

169.3 KB / 10K+ Downloads / Rating 4.6 - 328 reviews


See previous versions

Current Activity, developed and published by WillLi, has released its latest version, 1.5.5, on 2022-12-03. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.6, based on 328 reviews.

Current Activity APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.willme.topactivity

Updated: 2 years ago

Developer Name: WillLi

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Current Activity on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.6
Total 328 reviews

Reviews

4 ★, on 2020-04-04
I think it's a great super light weight way to read out a little info without obstructing the screen too much. One suggestion - a way to move the overlay window on the screen would be great. Either a drag and drop it an x: and y: in options and perhaps a transparency gradient too.

5 ★, on 2019-08-25
This is a must have app for developers, and it does its work very well. But, please add the function to move the floating window all over the screen.

2 ★, on 2019-09-18
Need help on why on some screens on Android 10 the overlay stops showing the current activity. I have also seen this on other devices with older Android versions. Are overlay permissions being broken?

1 ★, on 2020-08-17
Plz fix autoback youre app is so bad lag hang heat bugs in my low end andriod device like ls5014 1gb ram 5.1 version youre app is so high mb app fix it

5 ★, on 2018-12-12
Great app it display's up to the top 3 currently active app files. Helps give peace of mind that my phone isn't being hacked at the moment. Though i'm

5 ★, on 2019-04-29
Excellent app, and great developer, thanks a lot to make it open source

Previous Versions

Current Activity 1.5.5
2022-12-03 / 169.3 KB / Android 4.0+

About this app

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

New features

1.5.1
- Remove Accessibility service use app usage api instead
- Bug fix
- Adaptive icon

App Permissions

Permission an application must hold in order to use ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS.
This constant was deprecated in API level 21. No longer enforced.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
Allows an application to collect component usage statistics
Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.