super.onCreate(icicle); Intent intent = new Intent(Intent.ACTION_VIEW); intent.setType(Im.Provider.CONTENT_TYPE); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(intent); finish();