aboutsummaryrefslogtreecommitdiffstats
path: root/src/standardPush/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/standardPush/AndroidManifest.xml')
-rw-r--r--src/standardPush/AndroidManifest.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/standardPush/AndroidManifest.xml b/src/standardPush/AndroidManifest.xml
index 08aafe900..a54f8bee1 100644
--- a/src/standardPush/AndroidManifest.xml
+++ b/src/standardPush/AndroidManifest.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
package="de.pixart.messenger">
- <application>
+ <application tools:ignore="GoogleAppIndexingWarning">
<meta-data
android:name="firebase_analytics_collection_deactivated"
@@ -16,7 +17,7 @@
android:exported="true"
android:permission="android.permission.CHANGE_CONFIGURATION">
<intent-filter>
- <action android:name="eu.siacs.conversations.RENEW_INSTANCE_ID" />
+ <action android:name="de.pixart.messenger.RENEW_INSTANCE_ID" />
</intent-filter>
</receiver>
@@ -27,11 +28,5 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
-
- <service android:name=".services.InstanceIdService">
- <intent-filter>
- <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
- </intent-filter>
- </service>
</application>
</manifest>