super.onCreate(icicle);
setContentView(R.layout.incoming_message_view);
// look up the notification manager service
NotificationManager nm = (NotificationManager)
getSystemService(NOTIFICATION_SERVICE);
// cancel the notification that we started in IncomingMessage
nm.cancel(R.layout.incoming_message_panel);