Searched refs:mimetypeIntent (Results 1 – 1 of 1) sorted by relevance
315 Intent mimetypeIntent = new Intent(Intent.ACTION_VIEW); in isRecognizedFileType() local316 mimetypeIntent.setDataAndTypeAndNormalize(fileUri, mimetype); in isRecognizedFileType()319 .queryIntentActivities(mimetypeIntent, PackageManager.MATCH_DEFAULT_ONLY); in isRecognizedFileType()