Skip to content

Instantly share code, notes, and snippets.

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
requestPermissions();
scheduleWork();
}
private void scheduleWork() {
// Set constraints for the work (optional)