Skip to content

[Android] ClickReceiver run when the app is background too

Latest
Compare
Choose a tag to compare
@mfdeveloper mfdeveloper released this 10 Jul 17:10
· 0 commits to master since this release
  • Refactor AbstractClickReceiver class to extends from Service insteadof IntentService, and overrides onStartCommand method to return START_STICKY
  • Added listeners static property to LocalNotification class, to execute fireEvent from Android native too
  • Added a Activity example in android/app module, to run a JobService with the notification in background, to test the click in background