pull/1/head
wyf 2 years ago
parent fed8ca6c38
commit abe6f961ba

@ -38,7 +38,14 @@ import net.micode.notes.data.Notes;
import net.micode.notes.tool.DataUtils;
import java.io.IOException;
/**
* @ProjectName: Alarm
* @Package: net.micode.notes.ui
* @ClassName: AlarmAlertActivity
* @Description:
* @Author: wyf
* @CreateDate: 2023/12/24 18:00
*/
public class AlarmAlertActivity extends Activity implements OnClickListener, OnDismissListener {
private long mNoteId;
private String mSnippet;
@ -46,7 +53,7 @@ public class AlarmAlertActivity extends Activity implements OnClickListener, OnD
MediaPlayer mPlayer;
/**
* @method: onCreate
* @description:
* @description:
* @date: 2023/12/23 10:50
* @author: wyf
* @param: bundle

Loading…
Cancel
Save