Change generated file name.

This commit is contained in:
Chteufleur 2018-08-18 22:28:45 +02:00
parent aad1918706
commit 49a9fc685d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class ServiceGps extends Observable implements IServiceGps, LocationListe
SimpleDateFormat formater = new SimpleDateFormat("yyyy_MM_dd_HH_mm_ss");
String date = formater.format(new Date());
return Environment.getExternalStorageDirectory().getAbsolutePath() + "/"
+ appName + "/" + appName + "_" + date + "_" + prefix
+ appName + "/" + date + "_" + prefix
+ ".gpx";
}