rns-nativecall 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ class CallForegroundService : Service() {
|
|
|
18
18
|
private var unlockReceiver: UnlockReceiver? = null // Store reference for unregistering
|
|
19
19
|
|
|
20
20
|
companion object {
|
|
21
|
-
private const val CHANNEL_ID = "
|
|
21
|
+
private const val CHANNEL_ID = "CALL_CHANNEL_V12_URGENT"
|
|
22
22
|
|
|
23
23
|
fun stop(context: Context) {
|
|
24
24
|
val intent = Intent(context, CallForegroundService::class.java)
|
|
@@ -15,7 +15,7 @@ import androidx.core.app.NotificationCompat
|
|
|
15
15
|
import androidx.core.app.Person
|
|
16
16
|
|
|
17
17
|
object NativeCallManager {
|
|
18
|
-
const val channelId = "
|
|
18
|
+
const val channelId = "CALL_CHANNEL_V12_URGENT"
|
|
19
19
|
private var currentCallData: Map<String, String>? = null
|
|
20
20
|
|
|
21
21
|
fun getCurrentCallData(): Map<String, String>? = currentCallData
|