Cannot get foreground activity name in Android Lollipop 5.0 only

前端 未结 7 2041
旧巷少年郎
旧巷少年郎 2020-12-02 16:02

I use the following code to get the activity name of the foreground app in the variable foregroundTaskPackageName. It works on all OS versions between 4.1 t

7条回答
  •  独厮守ぢ
    2020-12-02 16:40

    i have created a class that uses /system/bin/toolbox command to identify processes and then identifies visible application. Need to add identifies system apps with no UI and android launchers.

    ProcessManager.java

提交回复
热议问题