Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4505e08 authored by Vianney le Clément's avatar Vianney le Clément
Browse files

Accept all mimetypes for inbound bluetooth file transfers

Change-Id: I08c5ac466f21b5a8c2479473c80593559899dac3
parent 8dbe0835
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ public class Constants {
     * Today, restricted to images, audio, video and certain text types.
     */
    public static final String[] ACCEPTABLE_SHARE_INBOUND_TYPES = new String[] {
        "*",
        "image/*",
        "video/*",
        "audio/*",