[android-developers] SMS notification always displays the first message not the resent message

2010-06-14 Thread mike
hi guys, i have implemented a notification manager which will notify me when ever i got a new message the notification manager will notify me. which works fine. but when ever i expand the notification manager it always displays the first message not the resent message. this is the code where I

[android-developers] SMS Notification

2009-08-18 Thread androiduser mobile
Hello all, I am writing an app to generate an SMS notification in the notification bar. I would like to run this app in an emulator(only one instance). I am using the sendTextMessage(devicePhoneNo,null,dummy message, sentPI,deliveredPI) where devicePhoneNo is like the fake number 1215135. I