mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-11 20:16:08 +00:00
casting: update ApplicationInfo content
This commit is contained in:
parent
bf35da8ee3
commit
cb733f1e09
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ package com.futo.platformplayer.experimental_casting
|
|||
import android.app.AlertDialog
|
||||
import android.content.ContentResolver
|
||||
import android.content.Context
|
||||
import android.os.Build
|
||||
import android.os.Looper
|
||||
import android.util.Log
|
||||
import androidx.annotation.OptIn
|
||||
|
@ -389,9 +390,9 @@ class ExpStateCasting {
|
|||
try {
|
||||
device.device.connect(
|
||||
ApplicationInfo(
|
||||
"grayjay android",
|
||||
"Grayjay Android",
|
||||
"${BuildConfig.VERSION_NAME}-${BuildConfig.FLAVOR}",
|
||||
"Grayjay"
|
||||
"${Build.MANUFACTURER} ${Build.MODEL}"
|
||||
), device.eventHandler
|
||||
)
|
||||
Logger.i(TAG, "Requested manager to start device")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue