weston
weston

Reputation: 54781

Check if device has hardware volume controls?

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

Answers (1)

Dmytro Titov
Dmytro Titov

Reputation: 3201

android.view.KeyCharacterMap.deviceHasKey(KeyEvent.KEYCODE_VOLUME_UP)

Upvotes: 2

Related Questions