Searched refs:openIntent (Results 1 – 1 of 1) sorted by relevance
260 final Intent openIntent = new Intent(Intent.ACTION_OPEN_DOCUMENT); in startOpenDocumentActivity() local261 openIntent.setType("*/*"); in startOpenDocumentActivity()262 openIntent.putExtra(Intent.EXTRA_MIME_TYPES, mimeTypes); in startOpenDocumentActivity()263 openIntent.putExtra(DocumentsContract.EXTRA_SHOW_ADVANCED, true); in startOpenDocumentActivity()264 startActivityForResult(openIntent, REQUEST_OPEN_DOCUMENT); in startOpenDocumentActivity()