I have a service that runs every 10 minutes to check for new content on my server. How can I go about using this library inside the same service? Also, Is there a way to stop it showing a dialog? I just need a boolean value returned.
I have a service that runs every 10 minutes to check for new content on my server.
How can I go about using this library inside the same service?
Also, Is there a way to stop it showing a dialog? I just need a boolean value returned.