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