VHackAndroid / BeTfsp

GNU General Public License v2.0
3 stars 11 forks source link

Optional requirements in manifest #30

Closed Zillode closed 11 years ago

Zillode commented 11 years ago

Use required=false in the android manifest for a lot of redundant features.

The goal is to support as many devices as possible. Setting up the connection between client and server should therefore have enough redundant connectivity means.

Currently all connectivity features, e.g. NFC, wifi-direct, bluetooth are required on the phone, which means few users are able to install it at the moment.

Botje commented 11 years ago

NFC and Wifi-Direct are currently already optional in the manifest.