summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-03-09 10:37:06 -0500
committerJoey Grover <joeygrover@gmail.com>2018-03-09 11:56:19 -0500
commit8d3adf04b180531e4d7fa54f99940be587543d9b (patch)
treeb0bc64905c35646df0ec50bd1ba6f9800f4c0a9f
parenta1dba7969f7805e508989c67fd2cc89545cbee74 (diff)
downloadsdl_android-8d3adf04b180531e4d7fa54f99940be587543d9b.tar.gz
Add accessory filter to resources
-rw-r--r--sdl_android/src/main/res/xml/accessory_filter.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sdl_android/src/main/res/xml/accessory_filter.xml b/sdl_android/src/main/res/xml/accessory_filter.xml
new file mode 100644
index 000000000..4b0ab7c83
--- /dev/null
+++ b/sdl_android/src/main/res/xml/accessory_filter.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resource>
+ <usb-accessory
+ manufacturer="SDL"
+ model="Core"
+ version="1.0"/>
+</resource> \ No newline at end of file