feat: share logs as file #105
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:save-logs-as-share"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
16fec0fc46
to6d84772329
FileProvider is not needed if you simply write the file out to sdcard like we normally do.
Intent.ACTION_SEND
also acceptsIntent.EXTRA_TEXT
directly. Our logs should fit nicely inside that extra field. There is 0 need for aFileProvider
implementation.Pull request closed