Why do you need to extend Activity?
It will be simpler to just expose onStartSession and onStopSession and let the developer call them from Activity_Resume and Activity_Pause.
There's no real reason for this - i was really just looking for a reason to test out the #Extends attribute.
If i get it working i have a client that would like to have both Google and Flurry analytics used in his app and extending the Activity as i have tried would make it really simple!
Any idea why my AnalyticsActivity fails to compile?
Martin.