Android Question allow notification icon

scsjc

Well-Known Member
Licensed User
Longtime User
Hello,

Some devices have a "Block Notifications" inside of application setting...., and my app, can't show the notifiy icon :(

Is possible "Allow Notifications" from code (permisions... manifest, or Runtimepermisions...)


Thanks !!!
 

DonManfred

Expert
Licensed User
Longtime User
If the device user blocks you app with these settings then you are lost. AFAIK you can NOT override this usersetting by code.
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
:(

It is possible to explain with text and put a button to open that configuration with an indent and the user change the configuration?
(Is it possible to run an indent to go to that notification screen of the app?)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
It is possible to explain with text and put a button
sure! You are free to show such an alert, Panel, Button, Whatever!
to open that configuration with an indent and the user change the configuration?
Maybe. But i dont know how to define this intent (if it is possible), sorry.
 
Upvote 0
Top