• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Bluetooth discoverability

cmasmas

Newbie
Hi everybody,

When I enable bluetooth discoverability,

intent.putExtra(BluetoothAdapter. EXTRA_DISCOVERABLE_DURATION,300)

a dialog appears asking for permission. Is there a way to avoid this dialog?

Else,

is there a way to make the device permanently discoverable?

Thanks!
 
wouldn't making the device perminently discoverable drain battery? i guess it depends on how long you would be running your program for.
 
Back
Top Bottom