The Google Analytics SDK documentation mentions the following:
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.
https://developers.google.com/analytics/devguides/collection/android/devguide
Is this still true as of ICS and higher? In my current application I actually do have two receivers already and that seems to work just fine.