Android Problem with sharing temporary file – Telegram
I' m trying to create a temporary file and share it. So I created this class: public class GenerateFile { public static File writeToFile(Context mcoContext, String sBody) { String fileName = "LOG FILE_" + String.valueOf(System.currentTimeMillis()) +".txt"; File file = new…