Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1c6bb9d6 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #6534 from Goooler/remove_enabled

Remove `enabled` attr overriding in manifests
parents d294c64d 280ec9cc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -323,8 +323,7 @@
        </receiver>

        <service
            android:name=".notification.NotificationActionService"
            android:enabled="true"/>
            android:name=".notification.NotificationActionService"/>

        <service
            android:name=".service.DatabaseUpgradeService"
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

        <service
            android:name=".MessageListWidgetService"
            android:enabled="true"
            android:permission="android.permission.BIND_REMOTEVIEWS" />

    </application>