1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

Don't "export" BootReceiver's scheduleIntent action

This commit is contained in:
cketti 2014-09-18 02:27:11 +02:00
parent 64cd587b5e
commit 9d93735d27

View File

@ -319,9 +319,6 @@
<intent-filter> <intent-filter>
<action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED"/> <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED"/>
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="com.fsck.k9.service.BroadcastReceiver.scheduleIntent"/>
</intent-filter>
</receiver> </receiver>
<receiver <receiver