scsjc Well-Known Member Licensed User Longtime User Nov 15, 2016 #1 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 !!!
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 Nov 15, 2016 #2 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
If the device user blocks you app with these settings then you are lost. AFAIK you can NOT override this usersetting by code.
scsjc Well-Known Member Licensed User Longtime User Nov 15, 2016 #3 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
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?)
DonManfred Expert Licensed User Longtime User Nov 15, 2016 #4 scsjc said: It is possible to explain with text and put a button Click to expand... sure! You are free to show such an alert, Panel, Button, Whatever! scsjc said: to open that configuration with an indent and the user change the configuration? Click to expand... Maybe. But i dont know how to define this intent (if it is possible), sorry. Upvote 0
scsjc said: It is possible to explain with text and put a button Click to expand... sure! You are free to show such an alert, Panel, Button, Whatever! scsjc said: to open that configuration with an indent and the user change the configuration? Click to expand... Maybe. But i dont know how to define this intent (if it is possible), sorry.
scsjc Well-Known Member Licensed User Longtime User Nov 15, 2016 #5 thanks for your help.... now i look find this intent Upvote 0