= Renamed RunOnStartup.kt class to BootCompletedReceive.kt.
This commit is contained in:
+1
-1
@@ -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}")
|
||||
Reference in New Issue
Block a user