Hello guys,
with this simple class you can retrieve (read only) device properties stored on the device.
The device properties are stored as a pair of Key/Value in string format and is very similar to windows registry.
The number of properties is different from one device to another and some of these could be really useful and some not.
In the attached full working example you can see all properties in your device.
The example contains the class fully commented.
Edit 2015/07/13 added a second example for IP infos only
Read here for more info:
http://rxwen.blogspot.se/2010/01/android-property-system.html
with this simple class you can retrieve (read only) device properties stored on the device.
The device properties are stored as a pair of Key/Value in string format and is very similar to windows registry.
The number of properties is different from one device to another and some of these could be really useful and some not.
In the attached full working example you can see all properties in your device.
The example contains the class fully commented.
Edit 2015/07/13 added a second example for IP infos only
Read here for more info:
http://rxwen.blogspot.se/2010/01/android-property-system.html
Attachments
Last edited: