Skip to content
Snippets Groups Projects
Commit a96091a4 authored by Janik Besendorf's avatar Janik Besendorf
Browse files

change report filename to "report.json"

parent 233d7572
Branches
Tags
No related merge requests found
...@@ -172,7 +172,7 @@ public class MainActivity extends AppCompatActivity { ...@@ -172,7 +172,7 @@ public class MainActivity extends AppCompatActivity {
} }
reportTextView.setText(sreport); reportTextView.setText(sreport);
//write report to file //write report to file
File output = new File(this.getExternalFilesDir(null), (Build.VERSION.RELEASE+Build.VERSION.INCREMENTAL+".json").replaceAll(" ","")); File output = new File(this.getExternalFilesDir(null), ("report.json"));
try { try {
FileWriter writer; FileWriter writer;
writer = new FileWriter(output); writer = new FileWriter(output);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment