((FileFragment.ContainerActivity)getActivity()).showDetails(mTargetFile);
return true;
}
- case R.id.action_share_file: {
+ case R.id.action_send_file: {
Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
// set MimeType
sharingIntent.setType(mTargetFile.getMimetype());