String path=Environment.getExternalStorageDirectory().toString()+"/Download/IPCam/UID/photo/event/test0._1.png";
//String path=Environment.getExternalStorageDirectory().toString()+"/Download/IPCam/UID/video/event/test1.mp4";
Intent intent = new Intent(Intent.ACTION_SEND);
intent.putExtra(Intent.EXTRA_TEXT, "test");
intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File(path)));
intent.setType("image/jpeg");
startActivity( Intent.createChooser(intent,"Send with"));
reference: https://developers.facebook.com/bugs/363863587019268
=======================================
Customize Android Intent.ACTION_SEND
http://stackoverflow.com/questions/20015410/customize-android-intent-action-send
Sending Simple Data to Other Apps (Send Multiple Pieces of Content)
沒有留言:
張貼留言