I implemented push notifications in my project according to latest tutorial from google.
My app has 2 background services running.
When I look into RAM memory, which my app occupies, I see (for instance):
- total memory used 117 Mb
- memory used by app 13 Mb
- Google play services (com.google.android.gms) - 104 Mb (!).
And it written below, that service MeasurementBrokerService is in usage.
What am I doing wrong?
Why push notifications need so much memory?
What is this MeasurementBrokerService, is it possible to disable that?