Skip to content

Instantly share code, notes, and snippets.

@dbarks1024
Created October 2, 2018 13:30
Show Gist options
  • Save dbarks1024/557de13108e17ad7edb9443521b5d756 to your computer and use it in GitHub Desktop.
Save dbarks1024/557de13108e17ad7edb9443521b5d756 to your computer and use it in GitHub Desktop.
class FocusService : IntentService("FocusService") {
override fun onHandleIntent(intent: Intent?) {
// Handle the toggle change
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment