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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

