Rationale
Until I updated my smartphone to Android 14, the most useful answer at “How to get current (foreground) activity name?” – a recommendation to use Current Activity:
Current Activity and some similar apps will display the info in the form of floating texts above the screen content.
…was rendered outdated, due to API change.
To bypass this, I’ve successfully requested that a developer add this functionality to their application. However, I don’t know when the next compilation shall occur.
Request
In the meantime, do any alternative applications provide this functionality for AOSP 14+? Unlike the aforereferenced question, I solely request software recommendations, (instead of alternative methods to achieve this, like the CLI commands mentioned in my answer to that question).