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:
parent
1cdad6232e
commit
21c64d58ec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user