From eb31b3b0759caf74708d5792d211c1f393c509e0 Mon Sep 17 00:00:00 2001 From: Venkatesh Shukla Date: Fri, 21 Aug 2015 00:19:46 +0200 Subject: Open subsurface on attaching divecomputer Added USB usage permissions in manifest. Also added various FTDI based USB devices in xml/device_filter.xml. When any device matching the VID and PID provided in the device_filter.xml is attached, subsurface application is opened automatically. Also, the USB permissions are granted to the application. This simplifies the USB file generation approach. Signed-off-by: Venkatesh Shukla Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- android/res/xml/device_filter.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 android/res/xml/device_filter.xml (limited to 'android/res/xml') diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml new file mode 100644 index 000000000..fc9333bdb --- /dev/null +++ b/android/res/xml/device_filter.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2