Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created October 6, 2021 17:10
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 igorescodro/acbda5dea418e5d8b506269da6c1cbda to your computer and use it in GitHub Desktop.
Save igorescodro/acbda5dea418e5d8b506269da6c1cbda to your computer and use it in GitHub Desktop.
val intent = Intent().apply {
action = Settings.ACTION_REQUEST_SCHEDULE_EXACT_ALARM
}
startActivity(intent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment