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

Commit 0f4f717b authored by Gitsaibot's avatar Gitsaibot Committed by Jochen Sprickerhof
Browse files

Seems like we need this to make notifications and widget updates receiver work.

Fix #1064
parent 651beaf4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@
            android:theme="@android:style/Theme.Holo.Dialog" />

        <receiver android:name="com.android.calendar.alerts.AlertReceiver"
            android:exported="false">
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.EVENT_REMINDER" />
                <action android:name="android.intent.action.TIME_SET" />
@@ -254,7 +254,7 @@
                  android:exported="false" />

        <receiver android:name="com.android.calendar.UpgradeReceiver"
            android:exported="false">
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -272,7 +272,7 @@

        <!-- Declarations for the widget -->
        <receiver android:name="com.android.calendar.widget.CalendarAppWidgetProvider"
            android:exported="false">
            android:exported="true">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
                <action android:name="com.android.calendar.APPWIDGET_UPDATE" />
@@ -281,7 +281,7 @@
        </receiver>

        <receiver android:name="com.android.calendar.widget.CalendarAppWidgetService$CalendarFactory"
            android:exported="false">
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.TIMEZONE_CHANGED"/>
                <action android:name="android.intent.action.DATE_CHANGED"/>