android-screen-tracker
android-screen-tracker copied to clipboard
Screen tracker overlays on top of the target application the currently visible fragment and its activity host. The library provides insight on what UI components are currently on top of the stacks.
``` java.lang.RuntimeException: Unable to start service com.codingtroops.screentracker.TextOverlayService@aa038fc with Intent { cmp=com.example.com/com.codingtroops.screentracker.TextOverlayService }: android.app.MissingForegroundServiceTypeException: Starting FGS without a type callerApp=ProcessRecord{fbf968d 4286:com.example.com/u0a193} targetSDK=34 at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4839) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2289) at android.os.Handler.dispatchMessage(Handler.java:106)...