Hacker News new | ask | show | jobs
by kelnos 5840 days ago
If your app requires a particular hardware feature, you can list that in the app's manifest file, and it won't be installable (or even visible in the Market) on devices that don't have that hardware feature.

And the Android NDK lets you write native code for the stuff that needs it.