super.onCreate(savedInstanceState);
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.string.imcoming_message_ticker_text);