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
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ public class MainActivity extends AppCompatActivity {
}
reportTextView.setText(sreport);
//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 {
FileWriter writer;
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