mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-10 04:24:05 +08:00
Changed!: Rename FileUtils readStringFromFile() to readTextFromFile() and writeStringToFile() to writeTextToFile()
This commit is contained in:
@@ -141,7 +141,7 @@ public class ShareUtils {
|
||||
return;
|
||||
}
|
||||
|
||||
Error error = FileUtils.writeStringToFile(label, filePath,
|
||||
Error error = FileUtils.writeTextToFile(label, filePath,
|
||||
Charset.defaultCharset(), text, false);
|
||||
if (error != null) {
|
||||
Logger.logErrorExtended(LOG_TAG, error.toString());
|
||||
|
Reference in New Issue
Block a user