gpt4 book ai didi

java - Android Wear RemoteControlClient 添加 Like 按钮

转载 作者:太空宇宙 更新时间:2023-11-04 13:45:27 26 4
gpt4 key购买 nike

我正在开发一个应用程序,它有一个锁屏小部件,其中有播放、暂停、上一个和下一个。当我将手机连接到 Android Wear 时,它会自动显示此按钮并且工作正常。我想添加一个“喜欢”按钮,该按钮会自动显示在锁定屏幕和 Android Wear 上。我知道我可以创建一个通知并添加类似的操作。但我想知道是否可以仅使用 RemoteControlClient 来实现这一目标?

最佳答案

您是否尝试过使用带有 FLAG_KEY_MEDIA_RATING 标记的评级?似乎这是维护通用方法并避免在佩戴端(或通过通知)设置自定义代码的唯一方法。

可以使用setTransportControlFlags设置此标志

Flag indicating a RemoteControlClient supports ratings. This flag must be set in order for components that display the RemoteControlClient information, to display ratings information, and, if ratings are declared editable (by calling addEditableKey(int) with the RATING_KEY_BY_USER key), it will enable the user to rate the media, with values being received through the interface set with setMetadataUpdateListener(OnMetadataUpdateListener).

不幸的是,网络上很少或根本没有示例。我在 SO 上只发现了一个与此相关的(未回答的)问题: Android 4.4 KitKat Rating API

关于java - Android Wear RemoteControlClient 添加 Like 按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30895615/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com