Drop '.bs' suffix from backup file name that includes date/time
This commit is contained in:
@@ -1467,8 +1467,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
addCategory(Intent.CATEGORY_OPENABLE)
|
addCategory(Intent.CATEGORY_OPENABLE)
|
||||||
type = "application/octet-stream"
|
type = "application/octet-stream"
|
||||||
putExtra(Intent.EXTRA_TITLE, "baresip_" +
|
putExtra(Intent.EXTRA_TITLE, "baresip_" +
|
||||||
SimpleDateFormat("yyyy_MM_dd_HH_mm_ss", Locale.getDefault()).format(Date()) +
|
SimpleDateFormat("yyyy_MM_dd_HH_mm_ss", Locale.getDefault()).format(Date()))
|
||||||
".bs")
|
|
||||||
putExtra(DocumentsContract.EXTRA_INITIAL_URI, MediaStore.Downloads.EXTERNAL_CONTENT_URI)
|
putExtra(DocumentsContract.EXTRA_INITIAL_URI, MediaStore.Downloads.EXTERNAL_CONTENT_URI)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user