Android Question Minimum API level for BluetoothAdmin

tmf

Member
Licensed User
Longtime User
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?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…