2019-04-02 19:08:43 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-04-04 12:09:58 +03:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-08-03 19:23:05 +03:00
|
|
|
package="im.vector.app">
|
2019-04-02 19:08:43 +03:00
|
|
|
|
|
|
|
<application>
|
2021-06-01 21:29:44 +03:00
|
|
|
<receiver android:enabled="true" android:name=".push.fcm.EmbeddedDistrib" android:exported="false">
|
2019-04-02 19:08:43 +03:00
|
|
|
<intent-filter>
|
2021-06-01 21:29:44 +03:00
|
|
|
<action android:name="org.unifiedpush.android.distributor.REGISTER"/>
|
|
|
|
<action android:name="org.unifiedpush.android.distributor.UNREGISTER"/>
|
2019-04-02 19:08:43 +03:00
|
|
|
</intent-filter>
|
2021-06-01 21:29:44 +03:00
|
|
|
</receiver>
|
2019-04-02 19:08:43 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|