fix: add missing android.os.Bundle import to LinphoneVoipService
This commit is contained in:
parent
7a0209e33a
commit
b167b6ae3f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import android.app.Service
|
|||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.os.IBinder
|
||||
import android.os.PowerManager
|
||||
import android.util.Log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue