调用系统程序打开指定的图片
来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 16:31 点击:次
File file = new File(advInfo.strFullImagePath);
if( file != null && file.isFile() == true){
Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file), "image/*");
SNAdvView.this.getContext().startActivity(intent); }
}
相关新闻>>
最新推荐更多>>>
热门新闻进入移动开发频道>>
- 发表评论
-
- 最新评论 更多>>