mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
rename "save messages as csv" to "export rangetest.csv"
This commit is contained in:
parent
00810374ea
commit
3001696f9c
9 changed files with 5 additions and 9 deletions
|
|
@ -1155,7 +1155,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
val intent = Intent(Intent.ACTION_CREATE_DOCUMENT).apply {
|
||||
addCategory(Intent.CATEGORY_OPENABLE)
|
||||
type = "application/csv"
|
||||
putExtra(Intent.EXTRA_TITLE, "messages.csv")
|
||||
putExtra(Intent.EXTRA_TITLE, "rangetest.csv")
|
||||
}
|
||||
startActivityForResult(intent, CREATE_CSV_FILE)
|
||||
return true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue