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