Is there an API for programmatically extracting information regarding the current Android device? For example, properties like "model", "OS" etc.
This would be an analogue of iOS's UIDevice class and instance properties.
|
Is there an API for programmatically extracting information regarding the current Android device? For example, properties like "model", "OS" etc. This would be an analogue of iOS's
| |||
|
feedback
|
|
You can use the class android.os.Build to get most of the device information. For example:
| |||||
feedback
|