【memcached 源码 java】【rpm 源码包】【spice源码阅读】android txt 源码

时间:2024-11-08 23:54:22 编辑:ssd源码解读之 来源:procdump 源码

1.求Android实现通过意来打开文件的源码memcached 源码 java代码 (比如我这里有一个txt文本我需要通过第三方软件打开

android txt 源码

求Android实现通过意来打开文件的代码 (比如我这里有一个txt文本我需要通过第三方软件打开

       Intent intent = new Intent();

       intent.setAction(android.content.Intent.ACTION_VIEW);

       intent.setDataAndType(Uri.fromFile(file), "text/plain");

       intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

       startActivity(intent);