From 838da4a1db8cdb4526e8532f5dc271cd0aa27b44 Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Thu, 28 Jul 2016 10:54:10 +0100 Subject: Add epub to the list of filetypes to get and send Since we do allow to send and receive PDF files via bluetooth, I don't see a reason why can't we do exactly the same for epub files. Change-Id: I10b7182ce1b6c36b693065de1e8bc61a90912d98 --- AndroidManifest.xml | 1 + src/com/android/bluetooth/opp/Constants.java | 1 + 2 files changed, 2 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9b21ceec0..bb6acf5fa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -168,6 +168,7 @@ + diff --git a/src/com/android/bluetooth/opp/Constants.java b/src/com/android/bluetooth/opp/Constants.java index 096268895..3a39dfc2c 100644 --- a/src/com/android/bluetooth/opp/Constants.java +++ b/src/com/android/bluetooth/opp/Constants.java @@ -222,6 +222,7 @@ public class Constants { "application/msword", "application/vnd.ms-powerpoint", "application/pdf", + "application/epub+zip", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.presentationml.presentation", -- cgit v1.2.3