了解 Android 上的移动功能
有没有办法通过代码找出Android手机的一些功能或特性?
我对有关 CPU 的信息更感兴趣,比如它的处理能力、芯片组名称等。
我处理的是:1GHz Scorpion 处理器、Adreno 205 GPU、MSM8255 Snapdragon 芯片组还是:528 MHz 处理器、Qualcomm MSM7225芯片组?
Is there a way to find out by code some of the features or characteristics of a Android mobile phone?
I'm more interested in information regarding the CPU, stuff like it's processing power, the chipset name, etc.
Am I dealing with this: 1GHz Scorpion processor, Adreno 205 GPU, MSM8255 Snapdragon chipset OR with this: 528 MHz processor, Qualcomm MSM7225 chipset?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类 Build 可用于查询有关当前 Android 构建的某些信息,包括但不限于产品名称、板型、硬件型号和CPU指令集。
Class Build can be used to query certain information about the current Android build, including but not limited to product name, board type, hardware model and CPU instruction set.