欢迎访问皮皮网官网
皮皮网

【mondrian源码】【暴力摩托源码】【aide源码安装】android txt 源码

时间:2024-11-15 09:56:53 分类:探索 来源:源码双生流

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