Skip to content

Instantly share code, notes, and snippets.

@egek92
Created August 12, 2019 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egek92/41c803a032c0814a2c99545218139f22 to your computer and use it in GitHub Desktop.
Save egek92/41c803a032c0814a2c99545218139f22 to your computer and use it in GitHub Desktop.
override fun onStop() {
super.onStop()
unregisterReceiver(broadcastReceiver)
killService(locationListener)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment