i have a simples questions, i m using BigPictureStyle to show a image on the notification, but the user dont know when the notification have image or not, its possible show the notification opned (expanded)? already showing the image, and not require the user interactions?
what is the best way to alert the user that this is an image notification? many users will not know that it is a notification that they can expand to see the image.
it possible expand this via code? or already notify this opned?
When I set the Priority with HIGH , it's is not expanded the notification(Only Popup at top of the display..)
In According to "https://stackoverflow.com/a/23331716/971547", If I set the Priority with Notification.PRIORITY_MAX
Notification will be expanded.
hmm ..
How I can expand the Noitification ?