Skip to content

Instantly share code, notes, and snippets.

@ludovicroland
Last active March 20, 2017 10:38
Show Gist options
  • Save ludovicroland/1b33e3177c56ecf54dde00647902e93e to your computer and use it in GitHub Desktop.
Save ludovicroland/1b33e3177c56ecf54dde00647902e93e to your computer and use it in GitHub Desktop.
final AlarmManager alarmManager = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
alarmManager.getNextAlarmClock();
int visibility = View.GONE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment