Format file
This commit is contained in:
parent
52b07021a7
commit
2118eaea90
|
@ -415,9 +415,9 @@
|
||||||
|
|
||||||
<!-- UnifiedPush -->
|
<!-- UnifiedPush -->
|
||||||
<receiver
|
<receiver
|
||||||
android:exported="true"
|
android:name=".core.pushers.VectorMessagingReceiver"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:name=".core.pushers.VectorMessagingReceiver">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.unifiedpush.android.connector.MESSAGE" />
|
<action android:name="org.unifiedpush.android.connector.MESSAGE" />
|
||||||
<action android:name="org.unifiedpush.android.connector.UNREGISTERED" />
|
<action android:name="org.unifiedpush.android.connector.UNREGISTERED" />
|
||||||
|
|
Loading…
Reference in New Issue