mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 10:15:18 +08:00
fix: typo
This commit is contained in:
@@ -76,7 +76,7 @@ class AppErrorsDetailActivity : BaseActivity<ActivityAppErrorsDetailBinding>() {
|
|||||||
runCatching {
|
runCatching {
|
||||||
startActivityForResult(Intent(Intent.ACTION_CREATE_DOCUMENT).apply {
|
startActivityForResult(Intent(Intent.ACTION_CREATE_DOCUMENT).apply {
|
||||||
addCategory(Intent.CATEGORY_OPENABLE)
|
addCategory(Intent.CATEGORY_OPENABLE)
|
||||||
type = "_/application"
|
type = "*/application"
|
||||||
putExtra(Intent.EXTRA_TITLE, "${appErrorsInfo.packageName}_${appErrorsInfo.timestamp}.log")
|
putExtra(Intent.EXTRA_TITLE, "${appErrorsInfo.packageName}_${appErrorsInfo.timestamp}.log")
|
||||||
}, WRITE_REQUEST_CODE)
|
}, WRITE_REQUEST_CODE)
|
||||||
}.onFailure { toast(msg = "Start Android SAF failed") }
|
}.onFailure { toast(msg = "Start Android SAF failed") }
|
||||||
|
Reference in New Issue
Block a user