Reminder application
        Posted  
        
            by Abhishek Mishra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Abhishek Mishra
        
        
        
        Published on 2010-05-14T05:56:02Z
        Indexed on 
            2010/05/14
            6:04 UTC
        
        
        Read the original article
        Hit count: 337
        
android
I am developing a reminder application. I am generating notifications using notification manager class, when the timeline crosses.But if my cell phone is switched off ,I am unable to see these notifications. Not even when i switch it on again.
Even if i switch it off and switch on again, i think the pending intents are destroyed and no notification is generated.
How do i get it when the phone is switched on again ?
© Stack Overflow or respective owner