简体   繁体   English

如何在AndroidManifest.xml中读取CPU,RAM或其他硬件属性

[英]How to read CPU,RAM or Other hardware properties in AndroidManifest.xml

Hello i need to read Phone Hardware Properties in apk. 您好,我需要阅读apk中的“电话硬件属性”。 Is there any aapt command or java project for this? 是否有任何aapt命令或Java项目? I am using aapt -la game.apk and there is no hardware property at there. 我正在使用aapt -la game.apk ,那里没有硬件属性。

If Game Developer add hardware properties in AndroidManifest.xml how can i read ? 如果Game Developer在AndroidManifest.xml中添加硬件属性,我该如何阅读?

In google play we can discover Device Properties; 在Google Play中,我们可以发现设备属性;

  • API Levels API级别
  • Version Name 版本名称
  • Version Code 版本码
  • Sdk Version SDK版本

More Info: Support Device 更多信息:支持设备

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

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