Skip to content

Instantly share code, notes, and snippets.

@davidllorca
Last active August 29, 2015 14:27
Show Gist options
  • Save davidllorca/76e14d58c794973076dc to your computer and use it in GitHub Desktop.
Save davidllorca/76e14d58c794973076dc to your computer and use it in GitHub Desktop.
Verify device features in Android (camera, bluetooth, NFC, sensors...)
// e.g. check bluetooth
getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH);
// See also -> http://developer.android.com/reference/android/content/pm/PackageManager.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment