Home
last modified time | relevance | path

Searched refs:openIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstallerMain.java260 final Intent openIntent = new Intent(Intent.ACTION_OPEN_DOCUMENT); in startOpenDocumentActivity() local
261 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()