检查移动设备上是否安装了 SDK(Vitamtio 和 .m3u8)
我正在使用 Vitamio Lib 在我的 Android 应用程序中播放 (.m3u8),我可以检查用户的手机上是否有 sdk,如果没有,请给他下载链接?
I'm Using Vitamio Lib to play (.m3u8) in my android application,,can i check if the user has the sdk on his mobile phone,,and if not give him the link to Download it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在启动播放器之前,您可以执行如下操作
public boolean checkVitamioInstallation(final Context context) {
You can do something like bellow before starting your player
public boolean checkVitamioInstallation(final Context context) {
如果您在应用程序中使用当前版本的 Vitamio 库 - 调用时,该库将自行检查 Vitamio 是否已安装,如果没有,将提示用户从 Android Marketplace 或直接从 Vitamio 网站下载相关的库 APK(如果他们无权访问市场)。
If you use a current version of the Vitamio library in your app - when invoked the library will check itself whether Vitamio is installed and if not will prompt the user to download the relevant library APK from either the Android Marketplace or from the Vitamio website directly (if they don't have access to the Marketplace).