How can I find hardware properties at runtime? I want to be able to know if the device has a physical keyboard, d-pad, trackball, etc.
|
|
The preferred way of handling different hardware configurations seems to be to define different Resources and let Android pick the relevant one for the hardware. The documentation says:
However, there is nothing stopping you having a number of versions of a properties files in your application and using these to determine the hardward configuration. For example, one version of the file would contain |
||
|
|
