Do not listen for PACKAGE_REPLACED broadcasts

We already listen for MY_PACKAGE_REPLACED which is sent since API 12
This commit is contained in:
Albert Vaca Cintora
2023-07-08 00:29:09 +02:00
parent f54ebdb39b
commit 1c3389efa0
2 changed files with 0 additions and 16 deletions

View File

@@ -138,14 +138,6 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<receiver android:name="org.kde.kdeconnect.KdeConnectBroadcastReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<data
android:host="kdeconnect"
android:path="/"
android:scheme="package" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
</intent-filter>