Intent for editing plain text file with the installed file editor (if any)

后端 未结 1 1762
感动是毒
感动是毒 2020-12-20 13:20

I want my app to open a plain text file with any of the file editors installed on my terminal, but I keep getting this exception:

ActivityNotFoundException:          


        
相关标签:
1条回答
  • 2020-12-20 13:58

    The MIME type is text/plain.

    0 讨论(0)
提交回复
热议问题