Skip to content

Instantly share code, notes, and snippets.

@pedromassango
Last active June 2, 2018 10:40
Show Gist options
  • Select an option

  • Save pedromassango/8146f7a46bfdcd16e703b6a40d5a2e69 to your computer and use it in GitHub Desktop.

Select an option

Save pedromassango/8146f7a46bfdcd16e703b6a40d5a2e69 to your computer and use it in GitHub Desktop.
// Set an alarm to trigger 5 second after this code is called
alarmMgr.set(
AlarmManager.RTC_WAKEUP,
System.currentTimeMillis() + 5000,
pIntent
) // stop here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment