ApplicationSession.setApplicationOptions究竟做了什么?

时间:2013-08-29 21:59:17

标签: google-cast chromecast

从我阅读文档https://developers.google.com/cast/reference/android/javadoc/reference/com/google/cast/ApplicationSession#setApplicationOptions(int)和示例应用程序,如果我传递零,则应显示默认锁定屏幕和通知控件。是吗?

为什么在加载媒体后运行强制转换示例应用程序或我写的非常类似的应用程序,我没有通知区域控件或锁定屏幕控件。还需要另一个神奇的电话吗?

感谢。

1 个答案:

答案 0 :(得分:0)

适用于:

int FLAG_DISABLE_LOCK_SCREEN_REMOTE_CONTROL If set, the application will implement its own remote control on top of the lock screen.
int FLAG_DISABLE_NOTIFICATION   If set, the application will provide its own notifications in the notification drawer.

如果您的应用程序未提供锁定屏幕或通知,则不需要这些。 (并使用系统默认通知和锁定屏幕)。这些标记告诉Google Cast SDK您正在提供锁定屏幕和/或通知。