Reputation: 19223
I have an app which shows Full screen Intent, some tutorial and gifs in HERE. When device is locked then Activity
shows up (just like a call), when device unlocked I'm getting clickable heads-up notification, but it have some flaw.. "usual" heads-up notification will "auto-hide" after fews secs, this heads-up won't...
I need a button inside my app, which opens this Activity
. I can start new Intent
, but this won't dismiss heads-up notification, it will stay covering Activity
, which is openable also through this notification... pressing notification then just dismissing it, Activity
is already on foreground
looking for any suggestion for hiding heads up notification, when attached Activity
gets opened in other way. Maybe I should remove notification and show again with lower priority, or even in another Channel
...
Upvotes: 1
Views: 196