= Renamed RunOnStartup.kt class to BootCompletedReceive.kt.
This commit is contained in:
@@ -110,7 +110,7 @@
|
|||||||
</service>
|
</service>
|
||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".RunOnStartup"
|
android:name=".BootCompletedReceiver"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:permission="android.permission.RECEIVE_BOOT_COMPLETED" >
|
android:permission="android.permission.RECEIVE_BOOT_COMPLETED" >
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ import android.os.Bundle
|
|||||||
|
|
||||||
import java.nio.charset.StandardCharsets
|
import java.nio.charset.StandardCharsets
|
||||||
|
|
||||||
class RunOnStartup : BroadcastReceiver() {
|
class BootCompletedReceiver : BroadcastReceiver() {
|
||||||
|
|
||||||
override fun onReceive(context: Context, intent: Intent) {
|
override fun onReceive(context: Context, intent: Intent) {
|
||||||
Log.i("Baresip", "RunOnStartup received intent ${intent.action}")
|
Log.i("Baresip", "RunOnStartup received intent ${intent.action}")
|
||||||
Reference in New Issue
Block a user