mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
renaming some parameters
This commit is contained in:
@ -6,7 +6,7 @@ import android.content.Intent
|
||||
import kotlin.system.exitProcess
|
||||
|
||||
class ShutDownReceiver : BroadcastReceiver() {
|
||||
override fun onReceive(p0: Context?, p1: Intent?) {
|
||||
override fun onReceive(context: Context?, intent: Intent?) {
|
||||
exitProcess(0)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user