Refactoring

This commit is contained in:
M66B 2019-02-20 18:02:17 +00:00
parent c164fafd1a
commit 7bcd1a3286
1 changed files with 2 additions and 2 deletions

View File

@ -164,8 +164,8 @@
<service android:name=".ServiceExternal">
<intent-filter>
<action android:name="eu.faircode.email.ENABLE" />
<action android:name="eu.faircode.email.DISABLE" />
<action android:name="${applicationId}.ENABLE" />
<action android:name="${applicationId}.DISABLE" />
</intent-filter>
</service>