[For Android Google Analytics v4]
Is there a way for specific activities to not be reported (Sending hit to service) when ga_autoActivityTracking = true?
I was thinking of turning ga_autoActivityTracking false at onStart() and true again at onStop() in the specific activities. If that possible would someone be as kind as in providing a sample code. Other approaches are also most welcome.
Thank you.