aboutsummaryrefslogtreecommitdiffstats
path: root/src/playstore
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:43:49 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:43:49 +0100
commit04595db099f2c1107fc58420a1e8fa5ef207195d (patch)
tree287d64ddf16c7dc2b9a61acaafbda66d56226b19 /src/playstore
parent504e4f21a270e21fe3ae4e479998c24bf182626a (diff)
parse install referrer from gplay
Diffstat (limited to 'src/playstore')
-rw-r--r--src/playstore/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/playstore/AndroidManifest.xml b/src/playstore/AndroidManifest.xml
index a54f8bee1..767fb4581 100644
--- a/src/playstore/AndroidManifest.xml
+++ b/src/playstore/AndroidManifest.xml
@@ -28,5 +28,14 @@
<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>