Tagged Questions
0
votes
1answer
157 views
android sms sendtextmessage throws readexception
I am using the following code to send sms from my application. It works ok on my Galaxy pop device.
But getting Readexception in Premium Galaxy devices. Please let me know what could be
the problem.
...
1
vote
0answers
212 views
Android Bundle.containsKey throws Exception
I'm writing an Android Application. In this App the user should be able to recieve Notifications in the future. I'm using AlarmManager to send a Broadcast to my Reciever which has an Intent inside ...