Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个应用程序,我想获取一些关于我的用户正在使用的 Android 设备的信息。
我想知道
如果没有任何特殊权限,这可能吗?什么是 API?
看一下Build对象。它将为您提供有关 Android 构建的一些详细信息。
关于 Android 版本的信息可以在Build.VERSION中找到
希望有帮助。
我想知道制造商、Android 版本和某种唯一 ID。如果没有任何特殊权限,这可能吗?
如果您在清单许可方面写了“许可”字样,那么您不需要任何特殊许可,因为它不是来自用户必须知道应用程序访问该数据的东西。
如果您想了解 Build 信息,那么 brianestey 的回答就很清楚了。
Does anybody know how to attach custom XmlAdapter to objects contained in heterogenous list (like List)? For example - suppose we have a container class with a list of miscelaneous objects
XmlAdapter