本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

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

2024-11-25 00:32:17 来源:休闲 分类:休闲

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);

相关推荐
一周热点