From c69d3cac549feec9a82513819afd42712992c512 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Thu, 11 Apr 2024 15:05:33 -0600 Subject: [PATCH] info: flag android auto support Technically possible now, have not been able to test. --- app/src/main/AndroidManifest.xml | 6 ++++++ app/src/main/res/xml/automotive_app_desc.xml | 4 ++++ 2 files changed, 10 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 ba2a499c0..53c1b4e2b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -37,6 +37,12 @@ android:enableOnBackInvokedCallback="true" tools:ignore="UnusedAttribute"> + + + + + + \ No newline at end of file