Added calendar filter
This commit is contained in:
@ -38,10 +38,9 @@
|
||||
<receiver
|
||||
android:name=".receiver.NewCalendarEventReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="false">
|
||||
android:priority="1000">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PROVIDER_CHANGED" />
|
||||
|
||||
<data android:scheme="content" />
|
||||
<data android:host="com.android.calendar" />
|
||||
</intent-filter>
|
||||
|
Reference in New Issue
Block a user