pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 22 forks source link

Better app in background reporting #70

Closed luismfonseca closed 5 years ago

luismfonseca commented 5 years ago

We noticed that the app in background field was being marked too often as "true". After some investigation, I've decided to use a known library to check for the process lifecycle state and rely on that instead of our "less-than-optimal" counters.