android 分享功能
android的分享功能,是利用action实现的。
FileOutputStream outStream = openFileOutput(fileName, Context.MODE_WORLD_READABLE);