From 006494bb39e379eb952c825f3398f866c1e7a2b8 Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Thu, 27 Jan 2022 21:09:24 +0530 Subject: [PATCH] Added Android Auto back to manifest --- app/src/main/AndroidManifest.xml | 11 +++++++++++ app/src/main/res/xml/automotive_app_desc.xml | 4 ++++ 2 files changed, 15 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 9254dbd30..9518270a5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -328,6 +328,17 @@ android:name="com.android.vending.splits.required" android:value="true" /> + + + + + + + + \ No newline at end of file