I am using the AdMob install receiver in my Android Manifest file,
e.g.
<!-- AdMob Install Receiver -->
<receiver
android:name="com.admob.android.ads.analytics.InstallReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
However, I also wish to use my own INSTALL_REFFERER receiver. The
problem is, when I include my own receiver after the AdMob one, it
never gets called. If I include mine before the AdMob receiver in the
manifest file, mine gets called but the AdMob one doesn't.
Is there anyway I can get both to be called?
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en