完成从Android向Chromecast发送媒体。 (回到chromecast主屏幕)

时间:2015-08-21 15:38:27

标签: android chromecast android-cast-api

我正在关注this Google Developers教程,我已经将我的Android Sender与Media Chanel一起编写,将我的歌曲发送到chromecast。

该应用程序运行良好但是,当我想停止连接时,(每次我调用teardown()方法)我的应用程序徽标仍然出现在我的电视背景中几分钟才能显示默认的chromecast" home -screen&#34 ;.

如果我"停止发送"从Chrome浏览器标签,应用程序完成,Chromecast默认壁纸立即出现在电视中。我如何从android重新创建这个程序设计?

调用...时不是默认行为

  Cast.CastApi.stopApplication(mApiClient, mSessionId);

... ...

0 个答案:

没有答案