how to check the top activity from android app in background service

后端 未结 4 399
一个人的身影
一个人的身影 2020-12-18 17:21

In my app i want to check whethere any other app launches or not from my app.So i am currently usimg Activitymanager to find the top activity like this

Act         


        
4条回答
  •  粉色の甜心
    2020-12-18 18:02

    The approach you are taking is wrong and prone to have your app rejected from the Google Play Store (plus it may stop working).

    Check this thread to see possible ways to detect wether your app went to the background or not.

提交回复
热议问题