What information about the device can be obtained in android

I am working on an Android application that can benefit from device information. Like make, model, API level, resolution, size, installed applications, memory, etc.

Can you direct me to a link that may be useful to find out that everything is available and how to access it?

+3
source share
1 answer

Take a look at this

It contains various information about a cell phone (or tablet). You may also need some information that can only be accessed with the appropriate permissions, so look at this other one .

Both links are on the Android developer site.

+4

All Articles