Dharmesh wrote: > You must register your intent in AndroidMenifest.xml file. > You can locate this file at the root of your android application.
This is not required, though it is an option. >> I wrote a new application and i want to send an intent to another >> application.is it not enough if i broadcast that intent from my new >> app and add an intent filter in the receiving application? That should work. Visit http://commonsware.com/Android/ and download the source code to my first book (see the Source Code link on that page). You'll see a Service/WeatherPlus project that demonstrates, among other things, a service broadcasting an Intent that is picked up by an activity via a BroadcastReceiver registered through registerReceiver(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

