Re: [android-developers] newb-question - registering for intents

2012-03-14 Thread TreKing
On Wed, Mar 14, 2012 at 9:04 AM, RedBullet wrote: > I am at a loss as to how to do that... http://developer.android.com/reference/android/content/BroadcastReceiver.html http://developer.android.com/guide/topics/intents/intents-filters.html -

[android-developers] newb-question - registering for intents

2012-03-14 Thread RedBullet
I am calling startBluetoothSCO and according to the docs, I should be waiting for the state change: As the SCO connection establishment can take several seconds, applications should not rely on the connection to be available when the method returns but instead register to receive the intentACTI