2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Remove redundant theme indications

This commit is contained in:
Albert Vaca Cintora 2024-03-02 01:53:36 +01:00
parent cf4d71eb97
commit 3aacc07209
No known key found for this signature in database

View File

@ -101,8 +101,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<activity <activity
android:name="org.kde.kdeconnect.UserInterface.MainActivity" android:name="org.kde.kdeconnect.UserInterface.MainActivity"
android:exported="true" android:exported="true">
android:theme="@style/KdeConnectTheme.NoActionBar">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
@ -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:name="org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity"
android:label="@string/open_mpris_controls" android:label="@string/open_mpris_controls"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/KdeConnectTheme.NoActionBar"
android:parentActivityName="org.kde.kdeconnect.UserInterface.MainActivity"> android:parentActivityName="org.kde.kdeconnect.UserInterface.MainActivity">
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"
@ -210,8 +208,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
android:label="@string/pref_plugin_runcommand" android:label="@string/pref_plugin_runcommand"
android:launchMode="singleTask" android:launchMode="singleTask"
android:noHistory="true" android:noHistory="true"
android:screenOrientation="user" android:screenOrientation="user"/>
android:theme="@style/Theme.Material3.DayNight.Dialog" />
<service <service
android:name="org.kde.kdeconnect.Plugins.RunCommandPlugin.CommandsRemoteViewsService" android:name="org.kde.kdeconnect.Plugins.RunCommandPlugin.CommandsRemoteViewsService"