From e07eaa911c4174edfa6b769d3799c87f92ae0bd4 Mon Sep 17 00:00:00 2001 From: Haggai Eran Date: Sun, 25 Dec 2022 09:15:51 +0200 Subject: [PATCH] Initial metadata for Android Auto Add icon for Auto to manifest, and describe NewPipe as a media app. --- app/src/main/AndroidManifest.xml | 6 ++++++ app/src/main/res/xml/automotive_app_desc.xml | 3 +++ 2 files changed, 9 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 be14274aa1c..c7efcc9dbf2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -392,5 +392,11 @@ + + + + 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 00000000000..35db1716b58 --- /dev/null +++ b/app/src/main/res/xml/automotive_app_desc.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file