When sharing file send exact mime type

When sharing a recording the share intent should specify the exact mime type (audio/ogg) instead of audio/* The filtering as in I accept any kind of audio file should happen on the intent filter for the opening app not on the app that shares the audio. The receiving application might want to have the full mime type because a) it might process an audio/ogg different than an audio/3gpp or b) might not be able to process an audio/midi file at all.