Skip to content

Add support for android.intent.action.SEND_MULTIPLE #51

@squeak9

Description

@squeak9

So the map app CoMaps has a bug report button and it spits out a logs.zip file to the share menu but it cant be shared to this app even though its just a zip file.

It might be made for sending emails on closer look but you can share to discord, sms and lots of places so why not this app?

You can find it in the app if you click the button that looks like the app logo on the map screen and then press "report bug".

I was able to use App Manager to capture the exact thing its doing which is pretty handy for reporting this stuff, here's what it showed me:

URI	intent://app.comaps.provider/external_files/logs.zip#Intent;scheme=content;action=android.intent.action.SEND_MULTIPLE;type=application/x-zip;launchFlags=0x1b080001;S.android.intent.extra.SUBJECT=%5B2025.07.23-4%5D%20CoMaps%20Bug%20Report;end

VERSION	1
ACTION	android.intent.action.SEND_MULTIPLE
DATA	content://app.comaps.provider/external_files/logs.zip
TYPE	application/x-zip
FLAGS	0x1b080001
EXTRA	android.intent.extra.SUBJECT	12	[2025.07.23-4] CoMaps Bug Report
EXTRA	android.intent.extra.STREAM	17	content://app.comaps.provider/external_files/logs.zip
EXTRA	android.intent.extra.EMAIL	13	[email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions