Hi ,
i have a problem , a service is created as sticky service, after 1 second then the app is closed the service is recreated .
The service isn't destroied but only recreated , is this behavior right ?
This behavior causes me some problems, 'cause just before the close of the application , the service is committed to transfer a file via ftp, and recreate the service at that time resets some counters.
is there any solution to prevent the service is automatically created at the exit of application?
Thanks
i have a problem , a service is created as sticky service, after 1 second then the app is closed the service is recreated .
The service isn't destroied but only recreated , is this behavior right ?
This behavior causes me some problems, 'cause just before the close of the application , the service is committed to transfer a file via ftp, and recreate the service at that time resets some counters.
is there any solution to prevent the service is automatically created at the exit of application?
Thanks