From 769f054355d71e5af08c78325bdbc398f901c954 Mon Sep 17 00:00:00 2001 From: Philip Cohn-Cort Date: Sat, 30 Mar 2024 21:48:28 -0400 Subject: [PATCH] tv: Allow launching on TV devices --- AndroidManifest.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7222fb88..21171713 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,6 +14,12 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted + + @@ -56,6 +62,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:label="@string/kde_connect" + android:banner="@mipmap/ic_launcher_banner" android:supportsRtl="true" android:allowBackup="false" android:dataExtractionRules="@xml/data_extraction_rules" @@ -110,6 +117,11 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted + + + + +