Searched refs:activityIntent (Results 1 – 2 of 2) sorted by relevance
153 Intent activityIntent = new Intent(Intent.ACTION_VIEW); in openDownload() local155 activityIntent.setDataAndType(path, mimetype); in openDownload()156 activityIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in openDownload()158 context.startActivity(activityIntent); in openDownload()
191 Intent activityIntent = new Intent(Intent.ACTION_VIEW); in openReceivedFile() local192 activityIntent.setDataAndType(path, mimetype); in openReceivedFile()194 activityIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in openReceivedFile()197 context.startActivity(activityIntent); in openReceivedFile()