Move Android specific utils from TermuxUtils to AndroidUtils

This commit is contained in:
agnostic-apollo
2021-06-30 04:26:20 +05:00
parent 12f910c32d
commit 6bca378cec
8 changed files with 203 additions and 172 deletions

View File

@@ -1,7 +1,7 @@
package com.termux.shared.models;
import com.termux.shared.markdown.MarkdownUtils;
import com.termux.shared.termux.TermuxUtils;
import com.termux.shared.termux.AndroidUtils;
import java.io.Serializable;
@@ -34,7 +34,7 @@ public class ReportInfo implements Serializable {
this.reportString = reportString;
this.reportStringSuffix = reportStringSuffix;
this.addReportInfoToMarkdown = addReportInfoToMarkdown;
this.reportTimestamp = TermuxUtils.getCurrentTimeStamp();
this.reportTimestamp = AndroidUtils.getCurrentTimeStamp();
}
/**