views:

18

answers:

0

I have an application where I am listening to all incoming SMS messages and if a message is send through my application, I need to do some task. Now the problem I am facing is with HTC legend running on Android 2.1 Update-1. My code works fine on emulator as well as Motorola Milestone (Android 2.1 Update-1), but same peice of code doesn't work on HTC. Is there a bug in HTC which is stopping my application to listen to incoming SMS messages or something is wrong with my code? I dont have any other device to test the application on, so don't know how will it behave on other devices. Can someone please tell me the reason for this weird behaviour or guide me to some possible solution/work around?

Thanks in advance. Matrix