Reputation: 54781
Some devices like Kindle fire do not have hardware buttons for volume, so I was going to add some on screen controls, but I don't want to have them there if they are not necessary.
I can't find any info on this, I've looked in PackageManager
features, plus Configuration.
Is it true maybe that all devices have hardware volume controls with exception of kindle fires?
Upvotes: 1
Views: 119
Reputation: 3201
android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_VOLUME_UP)
Upvotes: 2