= Renamed RunOnStartup.kt class to BootCompletedReceive.kt.

This commit is contained in:
Juha Heinanen
2020-04-14 17:05:28 +03:00
parent d45aee1552
commit 7b3f43638b
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@ import android.os.Bundle
import java.nio.charset.StandardCharsets
class RunOnStartup : BroadcastReceiver() {
class BootCompletedReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {
Log.i("Baresip", "RunOnStartup received intent ${intent.action}")