In Android, if a user has lock screen and has selected hide sensitive information option, the notification's description shows as "content-hidden" while the screen is locked. I understand that this is how the feature is designed but is there a way for the notification of my app to be displayed as normal notification in this case too?
My app is solely based on Notifications so I want to give user a change to always see the notifications, if he wishes. I tried searching for a way to always show notification text but couldn't find any.