From 3aacc0720932bbff98b56938a2edd4997df4422d Mon Sep 17 00:00:00 2001 From: Albert Vaca Cintora Date: Sat, 2 Mar 2024 01:53:36 +0100 Subject: [PATCH] Remove redundant theme indications --- AndroidManifest.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 99b01fcb..c63636c5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -101,8 +101,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted + android:exported="true"> @@ -181,7 +180,6 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted android:name="org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity" android:label="@string/open_mpris_controls" android:launchMode="singleTop" - android:theme="@style/KdeConnectTheme.NoActionBar" android:parentActivityName="org.kde.kdeconnect.UserInterface.MainActivity"> + android:screenOrientation="user"/>