Im trying implement cast on my app but cast icon not show
I'm trying to add an android cast for my android app but my cast icon does not show on my app.
Here is my menu Code
And this is my Cast options provider. I'm not registered with the google cast developer console so IM using CastMediaControlIntent.DEFAULT_MEDIA_RECEIVER_APPLICATION_ID here
class CastOptionsProvider : OptionsProvider {
override fun getCastOptions(p0: Context?): CastOptions {
return CastOptions.Builder()...