Mime type for .txt files?

三世轮回 提交于 2019-12-03 04:09:18

You can try the specific mime:

text/plain

or, the more general text mime:

text/*
tony gil

simple and complete example code (less than 50 lines) for app that android will present to the user along with menu list of compatible apps (polaris, browser, etc) when opening a TXT file.

disclaimer: in case user hasnt previously determined a default app

note; TXT may be changed, you can customize your extensions, if you generate the files that your app consumes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!