Skip to content

Instantly share code, notes, and snippets.

@burnix
Created July 16, 2015 12:01
Show Gist options
  • Save burnix/66443d6879a754e16f7f to your computer and use it in GitHub Desktop.
Save burnix/66443d6879a754e16f7f to your computer and use it in GitHub Desktop.
AlarmTest2
import android.app.Activity;
import android.os.Bundle;
public class AlarmActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.alarm);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment