From fd37da42f9227c7d7f1cd8cabe572e035981eb36 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Fri, 7 May 2021 16:06:22 -0400 Subject: [PATCH] Revert "Remove Android Auto support (for now)." This reverts commit 6c2adfeec2c0705ecf4ce829261a660f65ebd269. --- app/src/main/AndroidManifest.xml | 3 +++ app/src/main/res/xml/automotive_app_desc.xml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 app/src/main/res/xml/automotive_app_desc.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4c49241bf2..2b9ff89c36 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -107,6 +107,9 @@ + + diff --git a/app/src/main/res/xml/automotive_app_desc.xml b/app/src/main/res/xml/automotive_app_desc.xml new file mode 100644 index 0000000000..2603bffcbc --- /dev/null +++ b/app/src/main/res/xml/automotive_app_desc.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file