Issue
How to check android service is running in background or foreground using command ?
Solution
You can use adb shell dumpsys activity services
Foreground services should have isForeground=true
in the output
Answered By - David Wasser
September 09, 2022 adb, android, android-service No comments
How to check android service is running in background or foreground using command ?
You can use adb shell dumpsys activity services
Foreground services should have isForeground=true
in the output
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.