Last active
June 2, 2018 10:40
-
-
Save pedromassango/8146f7a46bfdcd16e703b6a40d5a2e69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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