本站提供最佳金界 源码服务,欢迎转载和分享。

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

2025-01-19 08:12:42 来源:打印驱动源码 分类:热点

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

【本文网址:http://q7.net.cn/html/68c20099731.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap