Don't get Android Market INSTALL_REFERRER on Android 3.x
问题 I implemented a BroadcastReceiver for the Android Market INSTALL_REFERRER Intent as described here: Get referrer after installing app from Android Market It works fine for android devices earlier than 3.0 but it never seems to fire on Honeycomb devices. I've checked the logcat output during the install and after the app's first launch and I don't see any of my debug output which leads me to believe that the BroadcastReceiver isn't being run (I do see the output on pre-Honeycomb versions). Can