Reputation: 11
How does android identifies the device configuration i.e. It has a touch screen, It doesn't have a hard key pad and so on... Is there any file from where these properties are loaded onto the device.
Upvotes: 0
Views: 270
Reputation: 80340
This info can be accessed via Configuration class.
Also your current Activity can get notified about configuration change.
Upvotes: 3