I have been testing a new app between at API8 and at API14, everything worked till I added BluetoothAdmin, and it failed to work on API8
dim admin as BluetoothAdmin
admin.Initialize("admin")
admin.Enable -< this line fails with a null pointer exception
on the emulator.
Thoughts?
dim admin as BluetoothAdmin
admin.Initialize("admin")
admin.Enable -< this line fails with a null pointer exception
on the emulator.
Thoughts?