From c05fe9fc9b1c76bb447af8033f9917b1f5d10a1c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 29 May 2017 20:37:18 -0700 Subject: [PATCH] Subsurface-mobile on Android: add USB intent filter With this a few FTDI based dive computers should be visible from the app. Signed-off-by: Dirk Hohndel --- android-mobile/AndroidManifest.xml | 6 ++++++ android-mobile/res/xml/device_filter.xml | 14 ++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 android-mobile/res/xml/device_filter.xml diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index e00433834..ee035c1ed 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -70,6 +70,12 @@ + + + + + diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml new file mode 100644 index 000000000..fc9333bdb --- /dev/null +++ b/android-mobile/res/xml/device_filter.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +