Added calendar filter

This commit is contained in:
Tommaso Berlose
2017-10-10 14:52:12 +02:00
parent f62f9dc3bd
commit f7e99184c9
15 changed files with 193 additions and 70 deletions

View File

@ -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>