I'm using google play services, achievements in my android game (it's actually unity, but doesn't matter).
To unlock achievement I use plugin which calls unlock(GoogleApiClient apiClient, String id) method. When achievements are set as completed, google shows its own notification, like this:
.
I need to unlock achievement silently, without showing this notification. Is there anything to hide it?