feat: share logs as file #105

Closed
septs wants to merge 4 commits from septs:save-logs-as-share into master
Contributor
No description provided.
septs force-pushed save-logs-as-share from 16fec0fc46 to 6d84772329 2024-12-11 17:12:27 +01:00 Compare
septs added 1 commit 2024-12-11 17:14:48 +01:00
Owner

FileProvider is not needed if you simply write the file out to sdcard like we normally do.

FileProvider is not needed if you simply write the file out to sdcard like we normally do.
septs added 1 commit 2024-12-12 02:12:26 +01:00
Owner

Intent.ACTION_SEND also accepts Intent.EXTRA_TEXT directly. Our logs should fit nicely inside that extra field. There is 0 need for a FileProvider implementation.

`Intent.ACTION_SEND` also accepts `Intent.EXTRA_TEXT` directly. Our logs should fit nicely inside that extra field. There is 0 need for a `FileProvider` implementation.
septs added 1 commit 2024-12-12 03:32:07 +01:00
septs closed this pull request 2024-12-12 03:43:45 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PeterCxy/OpenEUICC#105
No description provided.