Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setDataAndType( Uri.parse("file://" +file.getAbsolutePath()),"image/*"); startActivity(intent);
我想使用android intent显示图像共享,删除和设置为功能.但我的图像是打开没有共享选项………如何显示共享选项的图像?