[android-developers] Android - How do we make notification visible once application is installed?

2011-03-18 Thread paresh mayani
Hi, As per my this question, i have written the below code to show notification and also made a notification steady at the notification bar. private void showNotification() { CharSequence title = Hello; CharSequence message = Notification Demo; NotificationManager

[android-developers] Android - How do we make notification visible once application is installed?

2011-03-18 Thread paresh mayani
Hi, As per my this question, i have written the below code to show notification and also made a notification steady at the notification bar. private void showNotification() { CharSequence title = Hello; CharSequence message = Notification Demo; NotificationManager

Re: [android-developers] Android - How do we make notification visible once application is installed?

2011-03-18 Thread TreKing
On Fri, Mar 18, 2011 at 1:39 AM, paresh mayani pareshmay...@gmail.comwrote: But, is there any way to make a notification visible once the application is installed in the phone? No. The user must run an app once it's installed.