检查 Android 设备上的系统更新
我正在寻找任何方法来从自定义 Android 应用程序中检查 Android 操作系统更新。
如果有新版本可用,应用程序应该能够获取信息,如果有,则显示适当的消息。这应该适用于许多制造商提供的手机。有没有API方法或者web服务可以查询这个?
我知道此功能取决于运营商,因此我不确定它是否可能。
提前致谢。
I'm looking for any way to check for Android OS updates from within custom Android app.
The app should be able to get info if new version is available and, if so, show appropriate message. This should work on phones provided by many manufacturers. Is there any API method or a web service which can be queried about this?
I know this feature is carrier-depended and that's way I'm not sure if it's even possible.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有办法做到这一点。您的应用程序已被沙盒化,无法访问此类信息,并且运营商端没有 API。
There is no way to do this. Your app is sandboxed and can't access that kind of information and there is no API from the carrier's end.