如何通过代码判断Android操作系统
可能的重复:
如何检索android sdk版本?
我正在开发 Android需要提供通知的应用程序。对于 2.2 之前的操作系统,我将使用轮询,但对于新的操作系统,我想使用新的 C2DM 方法。有没有办法通过代码检测应用程序安装在哪个操作系统上?或者有更好的方法来解决这个问题吗?
Possible Duplicate:
How to retrieve the android sdk version?
I'm developing an Android app that needs to provide notifications. For operating systems prior to 2.2 I'm going to use polling, but for new operating systems I want to utilize the new C2DM method. Is there a way to detect which operating system the application is installed on via code? Or is there a better way to go about this altogether?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下: http://developer.android.com/reference/ android/os/Build.VERSION.html
Have a look at: http://developer.android.com/reference/android/os/Build.VERSION.html