Add hwp MIME type to transfer/receive over bluetooth

Bug: 18788282
Change-Id: I2f67cf7b492d3e22d09dbe002a2a93d653db7736
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e879a75..046f3b4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />