On Thu, Jan 12, 2012 at 4:59 AM, Live Happy <[email protected]> wrote:
> i made the intent filter but how can i call it This is not something you call. This is something the OS uses to determine if your app is a candidate for receiving an Intent. > by event listener on phone call action ? Click on a phone number URI. > or is there any way to register my application in phone system that it > provides call service Register the correct Intent Filter in your manifest. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

