My app uses foreground service when running. When I inspect the memory usage in running services it is taking higher than usual. Basically my app consumes around 100MB but additionally, 150MB is consumed by these 2 google play services.
com.google.android.gms.persistent - 100MB
com.google.android.gms - 50MB
So In total, it makes around 350MB. How can I stop these play services?
↧
Google Play Services Consumes more RAM in my APP
↧