File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/src/main/kotlin/com/simplemobiletools/notes/pro/receivers Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.content.BroadcastReceiver
44import android.content.Context
55import android.content.Intent
66import android.os.PowerManager
7+ import com.simplemobiletools.notes.pro.extensions.backupNotes
78
89class AutomaticBackupReceiver : BroadcastReceiver () {
910
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import android.content.BroadcastReceiver
44import android.content.Context
55import android.content.Intent
66import com.simplemobiletools.commons.helpers.ensureBackgroundThread
7+ import com.simplemobiletools.notes.pro.extensions.checkAndBackupNotesOnBoot
78
89class BootCompletedReceiver : BroadcastReceiver () {
910
You can’t perform that action at this time.
0 commit comments