欢迎来到皮皮网官网

【红白圈指标源码】【超级舰队软件源码】【帝国战纪源码】android txt 源码

时间:2024-11-28 19:08:42 来源:搭建自己的题库源码

1.求Android实现通过意来打开文件的源码红白圈指标源码代码 (比如我这里有一个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);

copyright © 2016 powered by 皮皮网   sitemap