aboutsummaryrefslogtreecommitdiffstats
path: root/src/playstore/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/playstore/AndroidManifest.xml')
-rw-r--r--src/playstore/AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/playstore/AndroidManifest.xml b/src/playstore/AndroidManifest.xml
index 767fb4581..a54f8bee1 100644
--- a/src/playstore/AndroidManifest.xml
+++ b/src/playstore/AndroidManifest.xml
@@ -28,14 +28,5 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
-
- <receiver
- android:name=".services.InstallReferrerService"
- android:enabled="true"
- android:exported="true">
- <intent-filter>
- <action android:name="com.android.vending.INSTALL_REFERRER" />
- </intent-filter>
- </receiver>
</application>
</manifest>