Current Activity APP
instantly displays the package name and class name of the application currently in the foreground.
HOW DOES IT WORK
We use package usage stats to monitor app activity changes and show the info in a freely moveable popup window. In the global version which is available in GitHub, we also use AccessibilityService to further increase the performance of monitoring.
SOURCE CODE
The source code is published in GitHub, which can be accessed using the link below.
https://github.com/codehasan/Current-Activity
APP FEATURES
● Provides a freely moveable popup window to view current activity info
● Provides a notification to view current activity info in pages where popup window can't be shown
● Supports copying text from popup window and notification
● Supports quick settings for easy access to the popup window from any place in your device
KEEP CALM & PRIVACY
Current Activity doesn’t require root or any specific requirements. It respects system security and user privacy. Any data collected from a screen is processed locally (offline).


