1
0
mirror of https://github.com/etesync/android synced 2025-06-05 07:38: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:exported="false"
android:process=":sync"> android:process=":sync">
<intent-filter> <intent-filter>
<action android:name="at.bitfire.davdroid.REINIT_SETTINGS"/> <action android:name="com.etesync.syncadapter.REINIT_SETTINGS"/>
</intent-filter> </intent-filter>
</receiver> </receiver>
<receiver <receiver