rtfm - http://developer.android.com/guide/topics/ui/notifiers/notifications.html
On Sep 9, 12:52 am, sdphil <[email protected]> wrote: > onCreate() -- > nm = (NotificationManager) > getSystemService(NOTIFICATION_SERVICE); > > someOtherCall() -- > Notification notification = new Notification(R.drawable.icon, > "some > text", System.currentTimeMillis()); > nm.notify(NOTIFY_ID, notification); > > crashes with "Illegal Argument Exception" > > ideas? > > tia. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

