Last active
December 15, 2016 08:34
-
-
Save faizanayubi/8ec81f04ff57a530e26d0bdf034b2a9a to your computer and use it in GitHub Desktop.
Implementing a custom BroadcastReceiver with INSTALL_REFERRER
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<receiver android:name=".vNativeTracker" | |
android:exported="true"> | |
<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