I played with TPushEvents
on Android for a while and noticed: when app is minimized push notification immediately goes right to the notification area. I suppose that this behaviour is defined in the native code (inside com.embarcadero.gcm.notifications.GCMNotification
).
- Can anyone confirm or refute my guess?
- How this behaviour can be turned off? (I need to decide by myself whether notification should be displayed to a user.)