XML : In Android manifest, how to require at least one of two pieces of hardware?

For example, if writing an app involving wireless data transfer between two devices, this can be done through either Bluetooth or NFC. So, in the Manifest, how would you denote that the app requires at least one of these two? I have little experience with XML, so I am not sure how to approach this.

No comments:

Post a Comment