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

Commit 7490efb9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 2e4c179b: Merge "Add hwp MIME type to transfer/receive over bluetooth"

* commit '2e4c179b':
  Add hwp MIME type to transfer/receive over bluetooth
parents 5102551d 2e4c179b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@
                <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
                <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
                <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
                <data android:mimeType="application/x-hwp" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND_MULTIPLE" />
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ public class Constants {
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "application/vnd.openxmlformats-officedocument.presentationml.presentation",
        "application/x-hwp",
    };

    /**