From 3254a896667230daaa92c046e45fff91b4db599b Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 24 Jun 2020 18:53:55 -0400 Subject: [PATCH] nothing to see here --- android/app/src/main/AndroidManifest.xml | 29 +++++++++++++++++++ .../app/src/main/res/layout/activity_usb.xml | 24 +++++++++++++++ android/app/src/main/res/values/strings.xml | 4 +++ .../app/src/main/res/xml/device_filter.xml | 5 ++++ 4 files changed, 62 insertions(+) create mode 100644 android/app/src/main/AndroidManifest.xml create mode 100644 android/app/src/main/res/layout/activity_usb.xml create mode 100644 android/app/src/main/res/values/strings.xml create mode 100644 android/app/src/main/res/xml/device_filter.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000000..3d37e794ae --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/layout/activity_usb.xml b/android/app/src/main/res/layout/activity_usb.xml new file mode 100644 index 0000000000..497eb97eb1 --- /dev/null +++ b/android/app/src/main/res/layout/activity_usb.xml @@ -0,0 +1,24 @@ + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000000..57127bb7bd --- /dev/null +++ b/android/app/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + rusEFI + diff --git a/android/app/src/main/res/xml/device_filter.xml b/android/app/src/main/res/xml/device_filter.xml new file mode 100644 index 0000000000..9ae31807dc --- /dev/null +++ b/android/app/src/main/res/xml/device_filter.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file