1
0
mirror of https://github.com/etesync/android synced 2025-04-06 09:45:49 +00:00

Fix broadcast receiever intent to the correct etesync one.

This commit is contained in:
Tom Hacohen 2019-03-14 20:34:52 +00:00
parent 1cdad6232e
commit 21c64d58ec

View File

@ -59,7 +59,7 @@
android:exported="false"
android:process=":sync">
<intent-filter>
<action android:name="at.bitfire.davdroid.REINIT_SETTINGS"/>
<action android:name="com.etesync.syncadapter.REINIT_SETTINGS"/>
</intent-filter>
</receiver>
<receiver