Is this true?
Only one BroadcastReceiver class can be specified per application.
Should you need to incorporate two or more BroadcastReceivers from
different SDKs, you will need to create your own BroadcastReceiver
class that will receive all broadcasts and call the appropriate
BroadcastReceivers for each type of Broadcast.
http://code.google.com/apis/analytics/docs/mobile/android.html#google-play-tracking
There is no mention of this in the manifest documentation for <receiver/>
http://developer.android.com/guide/topics/manifest/receiver-element.html
The quoted passage is from the documentation for Google’s mobile analytics package. It may be that Google’s mobile analytics package cannot support more than one
BroadcastReceiverfor Google’s mobile analytics package’s broadcasts.Android itself can most certainly have more than one
BroadcastReceiverper application.