aboutsummaryrefslogtreecommitdiffstats
path: root/src/playstore/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:55:58 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:55:58 +0100
commita6dd8e45fa2c1c3b0a3473361ddd9f21d604fab8 (patch)
treed7a2e0d5438c14ae8e451fa60d91267caa429351 /src/playstore/AndroidManifest.xml
parent04595db099f2c1107fc58420a1e8fa5ef207195d (diff)
use installreferrer libray instead of broadcast listener
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>