tags:

views:

22

answers:

0

Hi,

I have a simple Bluetooth app on android that connects to a device using RFCOMM. On the first connection, the device needs to be paired. Android does this by adding a "Bluetooth pairing request" notification which the user then needs to click on by first pulling down the notification area.

I know this is "standard" Android behaviour, but is there any way to get it to either:

a) Automatically expand the notification area

or

b) (Preferred) Actually bring the pairing notification to the front

Many thanks