VHackAndroid / BeTfsp

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

Be nice to reduced set of capabilities for phone #46

Closed Zillode closed 11 years ago

Zillode commented 11 years ago

Do not crash when the phone does not contain a gravity sensor (or any other optional sensor) -> if (!null) { ... }

Zillode commented 11 years ago

NoSuchMethodError: android.nfc.NfcAdapter.setNdefPushMessage (ClientActivity:257) NFC capable phone, Android version 2.3.6

Zillode commented 11 years ago

Fixed by 7df00c2