android - Detect app opening using a background service -
i'm having trouble detecting when apps opened using background service or listener. start application launch background service , i'd make detect when other applications launched (or resumed). how can achieve this? i'm anything, thank much
you may want @ activitymanager. getrunningappprocesses method or getrunningtasks method can give access running tasks or app processes. can use list track running or recent app(s).
Comments
Post a Comment