皮皮网

【98的源码怎么计算】【sentinel 熔断源码解析】【牛龙指标源码】android txt 源码

时间:2024-11-20 16:48:55 分类:热点 来源:分身大师源码

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