Is it possible to keep notification after rebooting the phone? I mean, I added some notifications and they are in status bar, but after reboot they disappear.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. All status bar notifications are removed when the phone is rebooted.
If you need to preserve the notifications then you should implement a BOOT_COMPLETED listener and re-create the notifications from your original data source.