Oleksandr

Results 11 comments of Oleksandr

I made two timers. One is in the application, the other is in the service. I send data from the application to the service. If the application stops sending data,...

Yes, I did that too, in the beginning I created SmsReceiver receiver = new SmsReceiver ();, I asked for native permissions and then turned on the service. But, interestingly, vibro...

Yes, it probably is. Although, it is very strange why such libraries have Activity, they do not have a UI. Don't you know if it is possible to run an...

As far as I understand, even if I give all permissions in advance, all the same these libraries will use Activity and this cannot be solved?

What would you do in this situation? :)

Searched, could not find, probably because of permissions. Don't you know if you can run the application from the service if it has been unloaded?

I will probably set a alarm to start app and check the state of the application through SystemChannels.lifecycle. Thanks for your answers and help!

Thanks for the answer, yes, we use the setNotificationWillShowInForegroundHandler method, but this is not enough. Previously, setNotificationReceivedHandler covered our needs (in Android). Every push is important to us, and if...

Thanks for the answer. But, in Android it worked fine before. It is important for us to see the data that came in the push when the application is active...