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>
|
|
|
|
|
|
|
|
<!-- Firebase components -->
|
|
|
|
<meta-data
|
|
|
|
android:name="firebase_analytics_collection_deactivated"
|
|
|
|
android:value="true" />
|
|
|
|
|
2019-06-26 15:07:53 +03:00
|
|
|
<service android:name=".gplay.push.fcm.VectorFirebaseMessagingService">
|
2019-04-02 19:08:43 +03:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|