Skip to content

Commit

Permalink
set schedule phone status to database implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvir-ahmod committed Jul 14, 2018
1 parent 47ac65a commit 9aefd02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ private void saveInfoToDatabase() {
dbModel.setPhone(smsManager.getReceiverPhoneNumber());
dbModel.setImage(smsManager.getImage());
dbModel.setSound(smsManager.getSound());
dbModel.setPhoneStatus(smsManager.getPhoneStatus());
dbModel.setTimestamp(smsManager.getTimestamp());
DatabaseHelper databaseHelper = new DatabaseHelper(this);
databaseHelper.insertMyAlarm(dbModel);
Expand Down

0 comments on commit 9aefd02

Please sign in to comment.