访问和控制 Android 上的服务
我想创建一个 Android 应用程序/服务来控制 Android 服务,特别是 媒体播放器。这与 播放音频 文件不同,在我的例子中,用户已经启动了带有自己的歌曲/播放列表的媒体播放器,并希望发送跳过/停止/...命令。
I would like to create an android app/service that will control Android services, in particular the Media Player. This is different from the playing a audio file, in my case the user has already launched the Media Player with their own song/playlist and wish to send skip/stop/... commands.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AOSP 媒体播放器没有公开记录和支持的 API。此外,您认为的“媒体播放器”应用程序并不存在于所有设备上。
The AOSP Media Player has no public documented and supported API. Moreover, the app you think of as the "Media Player" does not exist on all devices.