|
|
|
@ -8,6 +8,7 @@ class OpenAsDialogAdapter(context: Context, showOpenWithExternalApp: Boolean) :
|
|
|
|
|
listOf("image", R.string.image, R.drawable.icon_file_image), |
|
|
|
|
listOf("video", R.string.video, R.drawable.icon_file_video), |
|
|
|
|
listOf("audio", R.string.audio, R.drawable.icon_file_audio), |
|
|
|
|
listOf("pdf", R.string.pdf_document, R.drawable.icon_file_pdf), |
|
|
|
|
listOf("text", R.string.text, R.drawable.icon_file_text) |
|
|
|
|
) |
|
|
|
|
init { |
|
|
|
|