Skip to content

Instantly share code, notes, and snippets.

@ktiniatros
Created June 20, 2017 09:36
Show Gist options
  • Save ktiniatros/2d976148c31dd5d484200afa20a74be8 to your computer and use it in GitHub Desktop.
Save ktiniatros/2d976148c31dd5d484200afa20a74be8 to your computer and use it in GitHub Desktop.
<receiver
android:name="com.localytics.android.ReferralReceiver"
android:exported="false">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment