I have an app that receives notifications and executes code according to the received message
If the phone is with the screen lock, however, the program is not displayed to the operator
Is there a way, by code, to exit the lock screen?
What if the screen lock has a password?
I'm puzzled - not for the first time, certainly not for the last. My device is a Moto X Style running Android 7.0 and the app is compiled with B4A 9.50. When I use B4A Bridge, the notification icon shows properly on the lock screen; B4A Bridge doesn't use NB6 (NotificationBuilder) for...
Using the demo from here i have changed this sub to have Visibility("PUBLIC")
Sub Notification_WithActions
Dim n As NB6
n.Initialize("default", Application.LabelName, "HIGH").Visibility("PUBLIC").SmallIcon(smiley).AutoCancel(True)
n.AddButtonAction(smiley, "Action 1", MyService...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.