【git上传源码】【儿童节源码】【卡盟源码2019】android txt 源码

时间:2025-01-31 16:53:39 来源:kcf跟踪算法c源码 编辑:源码下载网站推荐

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