Android Question Service stops in rugged mobile

sasidhar

Active Member
Licensed User
Longtime User
Hi all,

I have created a service to send some information to server and store data locally for every 5 mins.
Services works on all standard mobiles android 4.2.x, But I want to deploy the same to a rugged mobile which is android 4.3.x, i have deployed same is working for few hrs and then not responding to server and local database too. Can anyone tell what could be the reason.

Thanks
Sasidhar
 

sasidhar

Active Member
Licensed User
Longtime User
No, StartServiceAt and enabled as sticky service
#StartCommandReturnValue: android.app.Service.START_STICKY
 
Upvote 0
Top