I gave both BT permission in my manifest file, but still it doesn't work On Dec 23, 10:44 am, Donal Rafferty <[email protected]> wrote: > I presume you have any bluetooth permisiions required in the manifest? > > On Wed, Dec 23, 2009 at 9:41 AM, rezar <[email protected]> wrote: > > I created an intend which manually calls BT broadcast receiver as > > follows: > > > Intent manualIntent = new Intent(); > > manualIntent.setAction > > (android.bluetooth.BluetoothDevice.ACTION_FOUND); > > sendBroadcast(manualIntent); > > > But in Runtime I got the following Exception: > > ERROR/AndroidRuntime(4054): Caused by: java.lang.SecurityException: > > Permission Denial: not allowed to send broadcast > > android.bluetooth.device.action.FOUND from pid=4054, uid=10050 > > > I did not found any appropriate permission to enable me send > > Broadcast. Does any body have the same problem here ? > > I am working on a Droid phone. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

