aboutsummaryrefslogtreecommitdiffstats
path: root/src/playstore
diff options
context:
space:
mode:
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>