简体   繁体   English

如何查看Android智能手机设备的发布日期?

[英]How to check the release date of an Android smartphone device?

I want to measure properties like energy consumption of my Android application. 我想测量我的Android应用程序的能耗等属性。

I know about tools like PowerTutor , but because I need a more accurate tool I want to use Qualcomm's trepn profiler . 我知道像PowerTutor这样的工具,但因为我需要一个更准确的工具,我想使用Qualcomm的trepn分析器 In Qualcomm's website, there is a list of devices that can be used for this purpose. 在Qualcomm的网站上,有一个可用于此目的的设备列表 However, in the (old, now-removed version of the) list there is also a release date for the devices. 但是,在(旧的,现已删除的版本)列表中,还有设备的发布日期。

How can I programmatically check the release date of a smartphone device? 如何以编程方式检查智能手机设备的发布日期? Is it possible to check the release date in Android device? 是否可以在Android设备中查看发布日期?

The only date I was able to find was android.os.Build.TIME . 我能找到的唯一日期是android.os.Build.TIME However, this is not the exact release date, it looks like the release date of firmware installed (though it is the release date in case no firmware upgrade took place). 但是,这不是确切的发布日期,它看起来像是安装固件的发布日期(尽管它是发布日期,以防没有发生固件升级)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM